rbw: 1.10.1 -> 1.10.2

This commit is contained in:
Minijackson 2024-05-21 13:00:36 +02:00
parent 06683c1ab4
commit 5fddf003ee
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62

View File

@ -25,14 +25,14 @@
rustPlatform.buildRustPackage rec {
pname = "rbw";
version = "1.10.1";
version = "1.10.2";
src = fetchzip {
url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz";
hash = "sha256-56QlWVEx6bWxQz3u/s9+bXsGVPSDaDEdFNj4nVw0SLY=";
hash = "sha256-ScVXtNk2QtfAQn6PtQkbDJNLWAu49l55s6Zpf1fiVjM=";
};
cargoHash = "sha256-mQrplqu9yiCTwsiChGPjfLDx3dZTofmrp+ouDFuwYO8=";
cargoHash = "sha256-ii0401TTDm1ySRGOcSmPts/10wTguxsx8h7wA4FsgQk=";
nativeBuildInputs = [
installShellFiles