about summary refs log tree commit diff
path: root/pkgs/tools/security/s5
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-08 19:44:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-08 19:44:56 +0000
commit7b8de6fef488b76f25da640e5b5cb5996a5c1a3f (patch)
treeb496c4fc02cabf664e1f390a6cd2773fd6dd6c2c /pkgs/tools/security/s5
parentf6eb921406a79870e1c41b9b629d87a7b46711e2 (diff)
s5: 0.1.12 -> 0.1.13
Diffstat (limited to 'pkgs/tools/security/s5')
-rw-r--r--pkgs/tools/security/s5/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/s5/default.nix b/pkgs/tools/security/s5/default.nix
index f4ef34209d8ec..007e61c2fd523 100644
--- a/pkgs/tools/security/s5/default.nix
+++ b/pkgs/tools/security/s5/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "s5";
-  version = "0.1.12";
+  version = "0.1.13";
 
   src = fetchFromGitHub {
     owner = "mvisonneau";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-lTbTD5t80+R9hQeytNE2/Cs8dofdiYEP3zkc084mdAA=";
+    hash = "sha256-asX61mGgXKlSvVGcGrfVGLiZersjbaVql1eKf+b9JmU=";
   };
 
-  vendorHash = "sha256-TrCIUeY0B+BsWNaUkDTEgrEaWfJKnID2mafj3ink+i8=";
+  vendorHash = "sha256-8nuhRoFnN2oiJdo7bXxHqaHTkZH9Hh2Q2cYnMkEt4kI=";
 
   subPackages = [ "cmd/${pname}" ];