lol

rbw: 1.8.2 -> 1.8.3

Changelog: https://git.tozt.net/rbw/plain/CHANGELOG.md?id=1.8.3

+3 -3
+3 -3
pkgs/tools/security/rbw/default.nix
··· 24 24 25 25 rustPlatform.buildRustPackage rec { 26 26 pname = "rbw"; 27 - version = "1.8.2"; 27 + version = "1.8.3"; 28 28 29 29 src = fetchzip { 30 30 url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz"; 31 - sha256 = "sha256-CIQ+mU5lbw3ugjxL9i6sLaf9hZipUQUGR2HUgYNtWes="; 31 + sha256 = "sha256-dC/x+ihH1POIFN/8pbk967wATXKU4YVBGI0QCo8d+SY="; 32 32 }; 33 33 34 - cargoHash = "sha256-eVojTcdDE6UDrmk0Ll+MRuW/UqQ7r7/SomSz84RfxxI="; 34 + cargoHash = "sha256-nI1Pf7gREbAk+JVF3Gn2j8OqprexCQ5fVvECtq2aBPM="; 35 35 36 36 nativeBuildInputs = [ 37 37 installShellFiles