about summary refs log tree commit diff
path: root/pkgs/tools/security/rbw/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-10 00:20:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-10 00:20:47 +0000
commit428032550af44d75b9249231be6454251aa6cccb (patch)
treec45fad54d9afd42276c3a0b19d304fea2fa96b74 /pkgs/tools/security/rbw/default.nix
parent0c9055e82379d4d788909ace2148b323ab3f015a (diff)
rbw: 1.10.0 -> 1.10.1
Diffstat (limited to 'pkgs/tools/security/rbw/default.nix')
-rw-r--r--pkgs/tools/security/rbw/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/rbw/default.nix b/pkgs/tools/security/rbw/default.nix
index e6d54c235940b..177ec8d35e416 100644
--- a/pkgs/tools/security/rbw/default.nix
+++ b/pkgs/tools/security/rbw/default.nix
@@ -25,14 +25,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rbw";
-  version = "1.10.0";
+  version = "1.10.1";
 
   src = fetchzip {
     url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz";
-    hash = "sha256-uJ1QLEaab/Vb5GiAmbwjve3Y/3SM2XbNTRTvl2vPDYc=";
+    hash = "sha256-56QlWVEx6bWxQz3u/s9+bXsGVPSDaDEdFNj4nVw0SLY=";
   };
 
-  cargoHash = "sha256-tDgkANbUmNLe3us+05gD9IS0f+RTQBXTGvuz2cr2zYY=";
+  cargoHash = "sha256-mQrplqu9yiCTwsiChGPjfLDx3dZTofmrp+ouDFuwYO8=";
 
   nativeBuildInputs = [
     installShellFiles