about summary refs log tree commit diff
path: root/pkgs/tools/security/rbw
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-03-05 06:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-03-05 06:00:00 -0500
commit4a84ccae9cd0245ca29fc707dfce92ce723da4c7 (patch)
tree48ec5de7bce6fe2b9c9a1bde2186816ce4c6212c /pkgs/tools/security/rbw
parent5a461c3b8d2ad1cab802a8a45547f9f64f3f51a4 (diff)
rbw: 0.5.2 -> 1.0.0
Diffstat (limited to 'pkgs/tools/security/rbw')
-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 6ea2f45b80629..17c29c27cb146 100644
--- a/pkgs/tools/security/rbw/default.nix
+++ b/pkgs/tools/security/rbw/default.nix
@@ -20,15 +20,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rbw";
-  version = "0.5.2";
+  version = "1.0.0"; # do not upgrate 1.1.0 yet, because it doesn't build on Darwin
 
   src = fetchCrate {
     inherit version;
     crateName = pname;
-    sha256 = "1mxl71yz2iy5s6pbp33cwkfzzilkla4qqiskd6jsd5fdlrrwlxqm";
+    sha256 = "0yqn65izcwbh7g085hwq4wrg9y9jlz1xbrq69b6ypqxi9abqnp6q";
   };
 
-  cargoSha256 = "19gznam64s17kha3accgjks5rmd9kpqqgxg3dfrk7fg5v4431007";
+  cargoSha256 = "0x00clixdbpqif2wzhj3f4k9kpza623xs8a05wq4g15227kz7mlm";
 
   nativeBuildInputs = [
     pkg-config