about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorMarcus Ramberg <marcus@means.no>2024-05-10 17:37:42 +0200
committerGitHub <noreply@github.com>2024-05-10 17:37:42 +0200
commit7e94b59b15f3d5c56068271b8bf1f8e8856c3b0d (patch)
treebe58c0579954ddf5ba034853dea5e8a3fb82b750 /pkgs/tools/security
parent6e75de71cd4abfca233c232e317f9e252884cf72 (diff)
parent428032550af44d75b9249231be6454251aa6cccb (diff)
Merge pull request #310460 from r-ryantm/auto-update/rbw
rbw: 1.10.0 -> 1.10.1
Diffstat (limited to 'pkgs/tools/security')
-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