Merge pull request #310460 from r-ryantm/auto-update/rbw

rbw: 1.10.0 -> 1.10.1
This commit is contained in:
Marcus Ramberg 2024-05-10 17:37:42 +02:00 committed by GitHub
commit 7e94b59b15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,14 +25,14 @@
rustPlatform.buildRustPackage rec {
pname = "rbw";
version = "1.10.0";
version = "1.10.1";
src = fetchzip {
url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz";
hash = "sha256-uJ1QLEaab/Vb5GiAmbwjve3Y/3SM2XbNTRTvl2vPDYc=";
hash = "sha256-56QlWVEx6bWxQz3u/s9+bXsGVPSDaDEdFNj4nVw0SLY=";
};
cargoHash = "sha256-tDgkANbUmNLe3us+05gD9IS0f+RTQBXTGvuz2cr2zYY=";
cargoHash = "sha256-mQrplqu9yiCTwsiChGPjfLDx3dZTofmrp+ouDFuwYO8=";
nativeBuildInputs = [
installShellFiles