Skip to content

Commit f0d4569

Browse files
authored
ssh-to-age: 1.1.10 -> 1.1.11 (#393800)
2 parents a762720 + 4bdfbb5 commit f0d4569

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ss/ssh-to-age/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "ssh-to-age";
9-
version = "1.1.10";
9+
version = "1.1.11";
1010

1111
src = fetchFromGitHub {
1212
owner = "Mic92";
1313
repo = "ssh-to-age";
1414
rev = version;
15-
sha256 = "sha256-rYQ3uLLcewloMv0uvJVbLG1T60Wxij5WdfOMLjYOjaQ=";
15+
sha256 = "sha256-Y+GC8Zkznjr0pTvYED+uE1v6zIg+tq44F++ZrBytS1E=";
1616
};
1717

18-
vendorHash = "sha256-csKM/Cx+ALcUrMBGAEGGIsEItLNAhzvHc2lNBO2k+oc=";
18+
vendorHash = "sha256-bAawCPfMR4B+mXBHzaTlKs0UYh07F30/epy4qkf2QhM=";
1919

2020
checkPhase = ''
2121
runHook preCheck

0 commit comments

Comments
 (0)