Skip to content

Commit

Permalink
Merge pull request #232 from johanot/fix-vendor-sha-typo
Browse files Browse the repository at this point in the history
package: fix typo in vendor sha
  • Loading branch information
cafkafk authored Dec 13, 2024
2 parents 938146d + 54b4974 commit f4b7ecc
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 f4b7ecc

Please sign in to comment.