Merge pull request #318853 from r-ryantm/auto-update/ssh-to-pgp

ssh-to-pgp: 1.1.2 -> 1.1.3
This commit is contained in:
Jörg Thalheim 2024-06-11 08:11:23 +02:00 committed by GitHub
commit 8793dda389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ssh-to-pgp";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "Mic92";
repo = "ssh-to-pgp";
rev = version;
sha256 = "sha256-SoHKBuI3ROfWTI45rFdMNkHVYHa5nX1A0/ljgGpF8NY=";
sha256 = "sha256-EynI4YQ6yjhMIOSoMM7WgLwI//5moFgdhFLX82J+bSA=";
};
vendorHash = "sha256-sHvb6jRSMXIUv1D0dbTJWmETCaFr9BquNmcc8J06m/o=";
vendorHash = "sha256-ww1CDDGo2r8h0ePvU8PS2owzE1vLTz2m7Z9thsQle7s=";
nativeCheckInputs = [ gnupg ];
checkPhase = ''