Skip to content

Commit 7a8459f

Browse files
authored
Merge pull request #201590 from r-ryantm/auto-update/ssh-to-age
ssh-to-age: 1.0.2 -> 1.0.3
2 parents 0b3c49e + 8d3254a commit 7a8459f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/security/ssh-to-age/default.nix

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

33
buildGoModule rec {
44
pname = "ssh-to-age";
5-
version = "1.0.2";
5+
version = "1.0.3";
66

77
src = fetchFromGitHub {
88
owner = "Mic92";
99
repo = "ssh-to-age";
1010
rev = version;
11-
sha256 = "sha256-sjiOmIoFyl1Kr4RKg1TqXJNIq2/HF91oxDLtRDa+eWw=";
11+
sha256 = "sha256-tasR0p+8Y315zngWbDPUmn4O/SaIw+gKGPLT5FGymuo=";
1212
};
1313

14-
vendorSha256 = "sha256-Xi5aJAYgbtrDq7KBAfZR1LT5/jbslwEa70qaFqW4vcQ=";
14+
vendorSha256 = "sha256-1iDFM6KNsvvwOTg05TAJZvHVTv+Gc0nG0STzNdk0NB4=";
1515

1616
checkPhase = ''
1717
runHook preCheck

0 commit comments

Comments
 (0)