From 7ae9f4f58e4cbdcccd84546f640d13a635b1563f Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 20 Jul 2023 04:20:00 +0000 Subject: [PATCH] rbw: 1.8.1 -> 1.8.2 Changelog: https://git.tozt.net/rbw/plain/CHANGELOG.md?id=1.8.2 --- pkgs/tools/security/rbw/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/rbw/default.nix b/pkgs/tools/security/rbw/default.nix index 0bd208c2af0b..0b02fe7f1a22 100644 --- a/pkgs/tools/security/rbw/default.nix +++ b/pkgs/tools/security/rbw/default.nix @@ -24,14 +24,14 @@ rustPlatform.buildRustPackage rec { pname = "rbw"; - version = "1.8.1"; + version = "1.8.2"; src = fetchzip { url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz"; - sha256 = "sha256-cRfCsuhVlTRSgndf4rZrfLG/+NgI4VshVwbQydJt2cE="; + sha256 = "sha256-CIQ+mU5lbw3ugjxL9i6sLaf9hZipUQUGR2HUgYNtWes="; }; - cargoHash = "sha256-CFhBSRqWAJJJkeMNnLwp6/pLhIZHFvdlPn7pjfJFBWw="; + cargoHash = "sha256-eVojTcdDE6UDrmk0Ll+MRuW/UqQ7r7/SomSz84RfxxI="; nativeBuildInputs = [ installShellFiles