Skip to content

Commit

Permalink
buildGoModule now requires a vendorHash
Browse files Browse the repository at this point in the history
it used to require a vendorSha256
  • Loading branch information
chrispickard committed Mar 29, 2024
1 parent 116c3d2 commit 1e02cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildGoModule rec {

src = lib.cleanSource ./.;

vendorSha256 = "1pdp7a43lw0jzqsca63c501ra659l0231zjkydi69632zghc80as";
vendorHash = "sha256-WgHE4PtimGRi81P+MASgqRiVAyhsGMU0/hJwOog6t90=";

# Since the tarball pulled from GitHub doesn't contain git tag information,
# we fetch the expected tag's timestamp from a file in the root of the
Expand Down

0 comments on commit 1e02cc5

Please sign in to comment.