Skip to content

Commit a7fd454

Browse files
chore: update vendorHash for go.mod changes
1 parent b100b4d commit a7fd454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
pname = "scip-go";
2727
inherit version;
2828
src = ./.;
29-
vendorHash = "sha256-yEpWdvbj9NmFiFYcAXSc/T53iYuABVbrU2wu+uryl2Y=";
29+
vendorHash = "sha256-AOtGPgTU3x5C1YQKeJ/Xlxq2vKH0P7PRlHdKccAQKj8=";
3030
subPackages = [ "cmd/scip-go" ];
3131
env.CGO_ENABLED = 0;
3232
checkPhase = "go test ./...";

0 commit comments

Comments
 (0)