passphrase2pgp: 1.1.0 -> 1.2.0 (#119748)

Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>

authored by Dmitry Bogatov Dmitry Bogatov and committed by GitHub ea3622dc 5cacbc77

+3 -3
+3 -3
pkgs/tools/security/passphrase2pgp/default.nix
··· 1 - { lib, pandoc, buildGoModule, fetchFromGitHub }: 2 3 buildGoModule rec { 4 pname = "passphrase2pgp"; 5 - version = "1.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "skeeto"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-Nje77tn55CKRU6igEA/6IquDhXVVQAdiez6nmN49di4"; 12 }; 13 14 vendorSha256 = "sha256-7q5nwkj4TP7VgHmV9YBbCB11yTPL7tK4gD+uN4Vw3Cs";
··· 1 + { lib, buildGoModule, fetchFromGitHub }: 2 3 buildGoModule rec { 4 pname = "passphrase2pgp"; 5 + version = "1.2.0"; 6 7 src = fetchFromGitHub { 8 owner = "skeeto"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-VNOoYYnHsSgiSbVxlBwYUq0JsLa4BwZQSvMVSiyB6rg="; 12 }; 13 14 vendorSha256 = "sha256-7q5nwkj4TP7VgHmV9YBbCB11yTPL7tK4gD+uN4Vw3Cs";