Skip to content

Commit 4a48b81

Browse files
[dependabot skip] Automatically fix Nix hashes
1 parent 4a0d617 commit 4a48b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/templates/pkg/golang/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
default = pkgs.buildGoModule {
3434
name = "zero-to-nix-go";
3535
src = self;
36-
vendorHash = "sha256-JQ3vwk2F8aPy89I9E+phfUwCqe+ZeAJGPLpJ1ksiR18=";
36+
vendorHash = "sha256-vF/8KPlqfL1JF816XX1q+oo5uT1xMa3U6co5iZLfdiE=";
3737
goSum = ./go.sum;
3838
subPackages = [ "cmd/zero-to-nix-go" ];
3939
};

0 commit comments

Comments
 (0)