Skip to content

Commit

Permalink
Update pkgs/by-name/av/avalanchego/package.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
  • Loading branch information
Bot-wxt1221 and khaneliman authored Nov 7, 2024
1 parent e02ba7c commit bfe6643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/av/avalanchego/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ buildGoModule rec {

src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
repo = "avalanchego";
rev = "refs/tags/v${version}";
hash = "sha256-LBwmoegsBWC2xlTc3BJDxyYX58b+X7g5xl9vnThVHW0=";
};

Expand Down

0 comments on commit bfe6643

Please sign in to comment.