about summary refs log tree commit diff
path: root/pkgs/tools/security/kestrel
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-09 08:20:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-09 08:20:30 +0000
commitfc75fe94a92214cdb1101e699758aa612d9c658f (patch)
treec405336bb493adf579d3c21a09c77d8ddb55f8f0 /pkgs/tools/security/kestrel
parent85f158659acf63d1a44ff30e5a680ddffd3400ff (diff)
kestrel: 0.10.1 -> 0.11.0
Diffstat (limited to 'pkgs/tools/security/kestrel')
-rw-r--r--pkgs/tools/security/kestrel/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/kestrel/default.nix b/pkgs/tools/security/kestrel/default.nix
index 69622b71e0e1f..8384fa920498d 100644
--- a/pkgs/tools/security/kestrel/default.nix
+++ b/pkgs/tools/security/kestrel/default.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "kestrel";
-  version = "0.10.1";
+  version = "0.11.0";
 
   src = fetchFromGitHub {
     owner = "finfet";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-kEM81HIfWETVrUiqXu1+3az+Stg3GdjHE7FaxXJgNYk=";
+    hash = "sha256-l9YYzwyi7POXbCxRmmhULO2YJauNJBfRGuXYU3uZQN4=";
   };
 
-  cargoHash = "sha256-xv35oFawFLVXZS3Eum6RCo8LcVvHftfv+UvJYYmIDx4=";
+  cargoHash = "sha256-XqyFGxTNQyY1ryTbL9/9s1WVP4bVk/zbG9xNdddLX10=";
 
   nativeBuildInputs = [
     installShellFiles