about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-14 03:13:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-14 03:13:56 +0000
commit675b9f3ca3894dffb6fc2bb815306c060853469d (patch)
tree2b5dd0b90cdde3033b58367cb789cc8ef697c2f4 /pkgs/tools
parente9ee548d90ff586a6471b4ae80ae9cfcbceb3420 (diff)
vault-ssh-plus: 0.7.3 -> 0.7.4
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/vault-ssh-plus/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/vault-ssh-plus/default.nix b/pkgs/tools/security/vault-ssh-plus/default.nix
index 80cfa8674cb2b..a3a92f7c6a4c4 100644
--- a/pkgs/tools/security/vault-ssh-plus/default.nix
+++ b/pkgs/tools/security/vault-ssh-plus/default.nix
@@ -8,16 +8,16 @@
 }:
 buildGoModule rec {
   pname = "vault-ssh-plus";
-  version = "0.7.3";
+  version = "0.7.4";
 
   src = fetchFromGitHub {
     owner = "isometry";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-IRmFC5WsLmHfPjS/jW5V7dNF5rNvmsh3YKwW7rGII24=";
+    hash = "sha256-djS50SBR8HTyEd5Ya2I9w5irBrLTqzekEi5ASmkl6yk=";
   };
 
-  vendorHash = "sha256-cuU7rEpJrwrbiXLajdv4h6GePbpZclweyB9qZ3SIjP0=";
+  vendorHash = "sha256-NndIBvW1/EZJ2KwP6HZ6wvhrgtmhTe97l3VxprtWq30=";
 
   nativeBuildInputs = [ makeWrapper ];