about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-02-18 07:48:54 -0500
committerGitHub <noreply@github.com>2022-02-18 07:48:54 -0500
commit44fdce9eab5aff41e26affd3d3678332f21e5297 (patch)
tree8b4778c8ae382eeee77a9375347ab7f2d92ea6af /pkgs/tools
parentabc4f158342bd9baf9ce4e408b6c3010055a4460 (diff)
parent1e0ff115da9343084662b3d5af85c3da455f1a0d (diff)
Merge pull request #160319 from r-ryantm/auto-update/kbs2
kbs2: 0.4.0 -> 0.5.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/kbs2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/kbs2/default.nix b/pkgs/tools/security/kbs2/default.nix
index 5cccc1dd5f528..beaa06fd8360c 100644
--- a/pkgs/tools/security/kbs2/default.nix
+++ b/pkgs/tools/security/kbs2/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "kbs2";
-  version = "0.4.0";
+  version = "0.5.1";
 
   src = fetchFromGitHub {
     owner = "woodruffw";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1bipphrzfz4dfzaqn1q60qazs7ylcx0b34gyl4q6d6jivsrhi8a4";
+    sha256 = "sha256-GKjumkeo7aAYaECa6NoXCiXU2kqekBX3wCysRz8seW4=";
   };
 
-  cargoSha256 = "0r254k85hqf2v8kdhwld8k7b350qjvkwfw2v22ikk2b41b2g4gbw";
+  cargoSha256 = "sha256-rJ110kd18V2VGj0AHix3/vI09FG2kJ+TTOYKIthIrjQ=";
 
   nativeBuildInputs = [ installShellFiles ]
     ++ lib.optionals stdenv.isLinux [ python3 ];