about summary refs log tree commit diff
path: root/pkgs/tools/security/ssh-to-age
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 01:43:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 01:43:10 +0000
commitf294a27605f3d2680c12848cf97b67df1d3f5fc0 (patch)
tree18cb9f447d394b368cdaa14223d94defefe14615 /pkgs/tools/security/ssh-to-age
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
ssh-to-age: 1.0.3 -> 1.1.0
Diffstat (limited to 'pkgs/tools/security/ssh-to-age')
-rw-r--r--pkgs/tools/security/ssh-to-age/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/ssh-to-age/default.nix b/pkgs/tools/security/ssh-to-age/default.nix
index fc966655faac5..8f8e50f3ca011 100644
--- a/pkgs/tools/security/ssh-to-age/default.nix
+++ b/pkgs/tools/security/ssh-to-age/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "ssh-to-age";
-  version = "1.0.3";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "Mic92";
     repo = "ssh-to-age";
     rev = version;
-    sha256 = "sha256-tasR0p+8Y315zngWbDPUmn4O/SaIw+gKGPLT5FGymuo=";
+    sha256 = "sha256-KdPeV4j9x/nQtvmw90wvf62VxwXPGtKg8aSOM3YBT64=";
   };
 
   vendorSha256 = "sha256-1iDFM6KNsvvwOTg05TAJZvHVTv+Gc0nG0STzNdk0NB4=";