passphrase2pgp: update vendorSha256

This commit is contained in:
zowoq
2022-01-31 06:31:22 +10:00
parent 06ced3b357
commit e9577ca64b
2 changed files with 4 additions and 2 deletions
@@ -11,7 +11,7 @@ buildGoModule rec {
hash = "sha256-VNOoYYnHsSgiSbVxlBwYUq0JsLa4BwZQSvMVSiyB6rg=";
};
vendorSha256 = "sha256-7q5nwkj4TP7VgHmV9YBbCB11yTPL7tK4gD+uN4Vw3Cs";
vendorSha256 = "sha256-7q5nwkj4TP7VgHmV9YBbCB11yTPL7tK4gD+uN4Vw3Cs=";
postInstall = ''
mkdir -p $out/share/doc/$name
+3 -1
View File
@@ -1911,7 +1911,9 @@ with pkgs;
pass = callPackage ../tools/security/pass { };
passphrase2pgp = callPackage ../tools/security/passphrase2pgp { };
passphrase2pgp = callPackage ../tools/security/passphrase2pgp {
buildGoModule = buildGo117Module;
};
pass-git-helper = python3Packages.callPackage ../applications/version-management/git-and-tools/pass-git-helper { };