summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/rbw/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-20 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-04-20 04:20:00 +0000
commit7852f4210ff557d1dd7a5b585afedc9cb1a1c747 (patch)
tree56a7bc4bb48fc356e9aaba8325178ba507517ff7 /pkgs/tools/security/rbw/default.nix
parentb1940d0bc031748f3df6893ef095b87bde9f59af (diff)
rbw: 1.9.0 -> 1.10.0
Changelog: https://git.tozt.net/rbw/plain/CHANGELOG.md?id=1.10.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 22efd33c6abe..929282d51276 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.9.0";
+ version = "1.10.0";
src = fetchzip {
url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz";
- sha256 = "sha256-NjMH99rmJYbCxDdc7e0iOFoslSrIuwIBxuHxADp0Ks4=";
+ hash = "sha256-uJ1QLEaab/Vb5GiAmbwjve3Y/3SM2XbNTRTvl2vPDYc=";
};
- cargoHash = "sha256-AH35v61FgUQe9BwDgVnXwoVTSQduxeMbXWy4ga3WU3k=";
+ cargoHash = "sha256-tDgkANbUmNLe3us+05gD9IS0f+RTQBXTGvuz2cr2zYY=";
nativeBuildInputs = [
installShellFiles