Merge pull request #288444 from r-ryantm/auto-update/rwpspread

rwpspread: 0.1.8 -> 0.1.9
This commit is contained in:
Nick Cao 2024-02-13 11:21:07 -05:00 committed by GitHub
commit a636f1fe10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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=";
};
};