ssh-to-age: 1.1.10 -> 1.1.11 (#393800)

This commit is contained in:
Jörg Thalheim 2025-03-28 14:15:32 +01:00 committed by GitHub
commit f0d4569a7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "ssh-to-age"; pname = "ssh-to-age";
version = "1.1.10"; version = "1.1.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "ssh-to-age"; repo = "ssh-to-age";
rev = version; rev = version;
sha256 = "sha256-rYQ3uLLcewloMv0uvJVbLG1T60Wxij5WdfOMLjYOjaQ="; sha256 = "sha256-Y+GC8Zkznjr0pTvYED+uE1v6zIg+tq44F++ZrBytS1E=";
}; };
vendorHash = "sha256-csKM/Cx+ALcUrMBGAEGGIsEItLNAhzvHc2lNBO2k+oc="; vendorHash = "sha256-bAawCPfMR4B+mXBHzaTlKs0UYh07F30/epy4qkf2QhM=";
checkPhase = '' checkPhase = ''
runHook preCheck runHook preCheck