passphrase2pgp: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2022-09-24 18:55:04 +00:00
parent 6fcaded221
commit 60a8a582b8

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "passphrase2pgp";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "skeeto";
repo = pname;
rev = "v${version}";
hash = "sha256-VNOoYYnHsSgiSbVxlBwYUq0JsLa4BwZQSvMVSiyB6rg=";
hash = "sha256-Ik/W3gGvrOyUvYgMYqT8FIFoxp62BXd2GpV14pYXEuY=";
};
vendorSha256 = "sha256-7q5nwkj4TP7VgHmV9YBbCB11yTPL7tK4gD+uN4Vw3Cs=";
vendorSha256 = "sha256-2H9YRVCaari47ppSkcQYg/P4Dzb4k5PLjKAtfp39NR8=";
postInstall = ''
mkdir -p $out/share/doc/$name