passphrase2pgp: update vendorSha256
This commit is contained in:
@@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
hash = "sha256-VNOoYYnHsSgiSbVxlBwYUq0JsLa4BwZQSvMVSiyB6rg=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-7q5nwkj4TP7VgHmV9YBbCB11yTPL7tK4gD+uN4Vw3Cs";
|
||||
vendorSha256 = "sha256-7q5nwkj4TP7VgHmV9YBbCB11yTPL7tK4gD+uN4Vw3Cs=";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/doc/$name
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user