about summary refs log tree commit diff
path: root/pkgs/tools/security/rbw/default.nix
diff options
context:
space:
mode:
authorCongee <congeec@qq.com>2022-02-10 14:24:29 -0500
committerCongee <congeec@qq.com>2022-02-10 14:26:01 -0500
commit596543f23dd8de768081a744e6635814549a9f1e (patch)
tree804285d0fbaf0ae483862459b14d1497f7f6323e /pkgs/tools/security/rbw/default.nix
parent235c12f1c1921b895a4ae112ada59e2f411508f0 (diff)
rbw: 1.4.1 -> 1.4.3
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 919fda9c67c5f..9e3f0523473a0 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.4.1";
+  version = "1.4.3";
 
   src = fetchCrate {
     inherit version;
     crateName = pname;
-    sha256 = "sha256-RNdxAp3Q/xNrK1XcKZPMfuqxWzDtdhwT+nqG25SjJhI=";
+    sha256 = "sha256-teeGKQNf+nuUcF9BcdiTV/ycENTbcGvPZZ34FdOO31k=";
   };
 
-  cargoSha256 = "sha256-I0KwHCmfYxgSF5IMHiPooaf2bypd6eYCOPSB+qnEBJY=";
+  cargoSha256 = "sha256-Soquc3OuGlDsGSwNCvYOWQeraYpkzX1oJwmM03Rc3Jg=";
 
   nativeBuildInputs = [
     pkg-config