about summary refs log tree commit diff
path: root/pkgs/tools/security/rbw
diff options
context:
space:
mode:
authorluc65r <lucas@ransan.tk>2020-09-09 20:49:52 +0200
committerluc65r <lucas@ransan.tk>2020-09-09 20:49:52 +0200
commit6917fda396d85f49676dc4dd7a5c6a384e31c980 (patch)
tree7a2b818e9afd54dcaed3446f20c1a63970fa3f92 /pkgs/tools/security/rbw
parent63e11623578aaaf13db496c3069460ea49901277 (diff)
rbw: 0.4.4 -> 0.4.6
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 11045e53f23bb..9eb670102fb8d 100644
--- a/pkgs/tools/security/rbw/default.nix
+++ b/pkgs/tools/security/rbw/default.nix
@@ -19,15 +19,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rbw";
-  version = "0.4.4";
+  version = "0.4.6";
 
   src = fetchCrate {
     inherit version;
     crateName = "${pname}";
-    sha256 = "01p37zx2h3gpm363xn96w0wlg7kqayjl3an65h9p6md21d41bvyr";
+    sha256 = "0vq7cwk3i57fvn54q2rgln74j4p9vqm5zyhap94s73swjywicwk0";
   };
 
-  cargoSha256 = "1xiw21snsbqxfw624cdc340asp2kmcp8rymfcjj7w2lwcqhadrh9";
+  cargoSha256 = "1h253ncick2v9aki5rf1bdrg5rj3h4nrvx5q01gw03cgwnqvyiiy";
 
   nativeBuildInputs = [
     pkgconfig