Skip to content

Commit

Permalink
package: fix typo in vendor sha
Browse files Browse the repository at this point in the history
  • Loading branch information
johanot committed Dec 13, 2024
1 parent 938146d commit 54b4974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pkgs.buildGoModule rec {
"-X main.assetRoot=${placeholder "lib"}"
];

vendorHash = "ssha256-Mi0SdvmYao6rLt8+bFcUv2AjHkJTLP85zGka1/cCPzQ=";
vendorHash = "sha256-Mi0SdvmYao6rLt8+bFcUv2AjHkJTLP85zGka1/cCPzQ=";

postInstall = ''
mkdir -p $lib
Expand Down

0 comments on commit 54b4974

Please sign in to comment.