Skip to content

Commit

Permalink
fix(nix-package): removed vendorSha256 in favor of vendorHash
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Apr 13, 2024
1 parent 2af553c commit e6a24c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
installShellFiles,
fetchFromGitHub,
buildGoModule,
lib,
}: let
Expand All @@ -16,7 +15,7 @@ in
path = ./.;
};

vendorSha256 = "sha256-GtFvRGUkmh639zRi/V2sSuVhcHzQf1I0g4IXLuht2Lg=";
vendorHash = "sha256-GtFvRGUkmh639zRi/V2sSuVhcHzQf1I0g4IXLuht2Lg=";
doCheck = true;

buildTarget = ".";
Expand Down

0 comments on commit e6a24c1

Please sign in to comment.