ssh-to-pgp: 1.0.0 -> 1.0.1

This commit is contained in:
R. RyanTM 2021-02-23 10:31:12 +00:00
parent 11cd34cd59
commit 2fef6e89a4

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "ssh-to-pgp"; pname = "ssh-to-pgp";
version = "1.0.0"; version = "1.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "ssh-to-pgp"; repo = "ssh-to-pgp";
rev = version; rev = version;
sha256 = "sha256-TDrpnWAez8muysMdmKFBDZfK8CyhGn1VqHB8+zD6jSk="; sha256 = "sha256-5Wg0ItAkAb0zlhzcuDT9o0XIIbG9kqk4mIYb6hSJlsI=";
}; };
vendorSha256 = "sha256-ZF/WsmqmGHZIAGTPKJ70UhtmssNhiInEZfzrKxQLw9I="; vendorSha256 = "sha256-OMWiJ1n8ynvIGcmotjuGGsRuAidYgVo5Y5JjrAw8fpc=";
checkInputs = [ gnupg ]; checkInputs = [ gnupg ];
checkPhase = '' checkPhase = ''