Merge pull request #313364 from minijackson/rbw-1.10.2

rbw: 1.10.1 -> 1.10.2

authored by Nick Cao and committed by GitHub a8348b39 53202e03

+3 -3
+3 -3
pkgs/tools/security/rbw/default.nix
··· 25 26 rustPlatform.buildRustPackage rec { 27 pname = "rbw"; 28 - version = "1.10.1"; 29 30 src = fetchzip { 31 url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz"; 32 - hash = "sha256-56QlWVEx6bWxQz3u/s9+bXsGVPSDaDEdFNj4nVw0SLY="; 33 }; 34 35 - cargoHash = "sha256-mQrplqu9yiCTwsiChGPjfLDx3dZTofmrp+ouDFuwYO8="; 36 37 nativeBuildInputs = [ 38 installShellFiles
··· 25 26 rustPlatform.buildRustPackage rec { 27 pname = "rbw"; 28 + version = "1.10.2"; 29 30 src = fetchzip { 31 url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz"; 32 + hash = "sha256-ScVXtNk2QtfAQn6PtQkbDJNLWAu49l55s6Zpf1fiVjM="; 33 }; 34 35 + cargoHash = "sha256-ii0401TTDm1ySRGOcSmPts/10wTguxsx8h7wA4FsgQk="; 36 37 nativeBuildInputs = [ 38 installShellFiles