We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3c49e + 8d3254a commit 7a8459fCopy full SHA for 7a8459f
pkgs/tools/security/ssh-to-age/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "ssh-to-age";
5
- version = "1.0.2";
+ version = "1.0.3";
6
7
src = fetchFromGitHub {
8
owner = "Mic92";
9
repo = "ssh-to-age";
10
rev = version;
11
- sha256 = "sha256-sjiOmIoFyl1Kr4RKg1TqXJNIq2/HF91oxDLtRDa+eWw=";
+ sha256 = "sha256-tasR0p+8Y315zngWbDPUmn4O/SaIw+gKGPLT5FGymuo=";
12
};
13
14
- vendorSha256 = "sha256-Xi5aJAYgbtrDq7KBAfZR1LT5/jbslwEa70qaFqW4vcQ=";
+ vendorSha256 = "sha256-1iDFM6KNsvvwOTg05TAJZvHVTv+Gc0nG0STzNdk0NB4=";
15
16
checkPhase = ''
17
runHook preCheck
0 commit comments