rwpspread: 0.1.8 -> 0.1.9

This commit is contained in:
R. Ryantm 2024-02-13 03:50:24 +00:00
parent 8769e84829
commit 927681e58b
2 changed files with 289 additions and 473 deletions

File diff suppressed because it is too large Load diff

View file

@ -8,19 +8,19 @@
rustPlatform.buildRustPackage rec {
pname = "rwpspread";
version = "0.1.8";
version = "0.1.9";
src = fetchFromGitHub {
owner = "0xk1f0";
repo = "rwpspread";
rev = "v${version}";
hash = "sha256-slxsicASZ7JoUnnQf4R3xFB4zgtt4ZOZCU0NcbgBneM=";
hash = "sha256-oZgHMklHMKUpVY3g7wS2rna+5+ePEbcvdVJc9jPTeoI=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"smithay-client-toolkit-0.18.0" = "sha256-6y5abqVHPJmh8p8yeNgfTRox1u/2XHwRo3+T19I1Ksk=";
"smithay-client-toolkit-0.18.0" = "sha256-7s5XPmIflUw2qrKRAZUz30cybYKvzD5Hu4ViDpzGC3s=";
};
};