Skip to content

Commit

Permalink
fix: go vendor hash in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jan 15, 2024
1 parent fd885f3 commit 721faff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
prisme-bin = pkgs.buildGoModule {
pname = "prisme";
version = "0.1.0";
vendorHash = "sha256-sIqQerBGVuxk6Y5vhbGZA0OAR89OMKZ55Gsp0ippXrc=";
vendorHash = "sha256-nQFBYOQ08q/sg7h5Ln2PkzamPbxcfcsLbQj4Z208F4o=";

src = ./.;
# Skip go test.
Expand Down

0 comments on commit 721faff

Please sign in to comment.