vault: update vendorSha256
This commit is contained in:
parent
17b3ec07e0
commit
2bf3351f73
2 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,7 @@ buildGoModule rec {
|
|||
sha256 = "sha256-vuwVPBB7zxpmJsBZ+J/vl0E49gx7CUGGi5j1Grgv2Jo=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-OHGQ6v51jfxEhe7v8b9/yh7aPZmgTod+WFKFzwXk4LU=";
|
||||
vendorSha256 = "sha256-i7f/7BRn++m+0KAK1V9dWJykgGobzmB2OZ6ltR//kRg=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
|
|
@ -33628,7 +33628,9 @@ with pkgs;
|
|||
|
||||
unixcw = libsForQt5.callPackage ../applications/radio/unixcw { };
|
||||
|
||||
vault = callPackage ../tools/security/vault { };
|
||||
vault = callPackage ../tools/security/vault {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
vault-bin = callPackage ../tools/security/vault/vault-bin.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue