about summary refs log tree commit diff
path: root/pkgs/tools/security/rbw/default.nix
diff options
context:
space:
mode:
authorIvan Kovnatsky <75213+ivankovnatsky@users.noreply.github.com>2021-10-28 10:19:17 +0300
committerIvan Kovnatsky <75213+ivankovnatsky@users.noreply.github.com>2021-10-28 10:19:17 +0300
commit9d16f56a8b177ec1de872d23c3a38adbe6709cf0 (patch)
tree69900fc8e3c7ba8826513249ea70f467d2211496 /pkgs/tools/security/rbw/default.nix
parentf88653b1561f9bdde0124067b52542e4d9755d2a (diff)
rbw: 1.3.0 -> 1.4.0
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 7b161672a6180..c799c9b2a871f 100644
--- a/pkgs/tools/security/rbw/default.nix
+++ b/pkgs/tools/security/rbw/default.nix
@@ -26,15 +26,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rbw";
-  version = "1.3.0";
+  version = "1.4.0";
 
   src = fetchCrate {
     inherit version;
     crateName = pname;
-    sha256 = "17x4q29rsljbalc70r3ks4r6g5zc6jl4si75i33fcicxsvx6f39q";
+    sha256 = "sha256-6O33rn/MTo7Dymwh57xQJ5v7n4yNSoICyR9gRwF4AH4=";
   };
 
-  cargoSha256 = "14095ds8f5knrqcriphjlbvasc29n9rf8h5vlkmhpxyk7wh9azzc";
+  cargoSha256 = "sha256-BrjKUovVV6BDZXtILVC0qaAF5xzE3715u9w9OYIJFbk=";
 
   nativeBuildInputs = [
     pkg-config