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

ssh-to-pgp: 1.1.0 -> 1.1.2
This commit is contained in:
Maximilian Bosch 2024-01-03 16:36:26 +01:00 committed by GitHub
commit a65c34d078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ssh-to-pgp";
version = "1.1.0";
version = "1.1.2";
src = fetchFromGitHub {
owner = "Mic92";
repo = "ssh-to-pgp";
rev = version;
sha256 = "sha256-3R/3YPYLdirK3QtiRNO2tpJRO2DKgN+K4txb9xwnQvQ=";
sha256 = "sha256-SoHKBuI3ROfWTI45rFdMNkHVYHa5nX1A0/ljgGpF8NY=";
};
vendorHash = "sha256-RCz2+IZdgmPnEakKxn/C3zFfRyWnMLB51Nm8VGOxBkc=";
vendorHash = "sha256-sHvb6jRSMXIUv1D0dbTJWmETCaFr9BquNmcc8J06m/o=";
nativeCheckInputs = [ gnupg ];
checkPhase = ''