rbw: 1.11.1 -> 1.12.1

This commit is contained in:
Pyrox 2024-08-07 23:18:51 -04:00
parent 9819e5bee2
commit a8e5d6388b
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5

View File

@ -25,14 +25,14 @@
rustPlatform.buildRustPackage rec {
pname = "rbw";
version = "1.11.1";
version = "1.12.1";
src = fetchzip {
url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz";
hash = "sha256-fk54jeAgOVF3KjkqkQL61aszhAAvLibZnI2w+irLK2s=";
hash = "sha256-+1kalFyhk2UL+iVzuFLDsSSTudrd4QpXw+3O4J+KsLc=";
};
cargoHash = "sha256-MHNc8MjKbisgCRulO7xSiurHlp60rytPqxiGEV7TLMY=";
cargoHash = "sha256-cKbbsDb449WANGT+x8APhzs+hf5SR3RBsCBWDNceRMA=";
nativeBuildInputs = [
installShellFiles