wpaperd: 1.0.1 -> 1.1.1

Supersedes https://github.com/NixOS/nixpkgs/pull/357623

Note: `wpaperd --version` will show 1.0.1 since it wasn't changed for
this release. See 459c4e9c8b
This commit is contained in:
Donovan Glover 2024-12-03 10:50:33 -05:00
parent abf020202d
commit 9237762267
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "wpaperd";
version = "1.0.1";
version = "1.1.1";
src = fetchFromGitHub {
owner = "danyspin97";
repo = "wpaperd";
rev = version;
hash = "sha256-5riZ/6yjgsW++SUIyJP5rFG65tkjJKgtvDLIGaoiHN0=";
hash = "sha256-eCD+eNdiVWLEmpkt0EaID534t6eE2OIVCgWMie5kbFE=";
};
cargoHash = "sha256-EkCGLxUQeSCR88Y95Hog9TAjpYMmZHlOqEM//ENiCco=";
cargoHash = "sha256-BlndjwvVYUaotCMKkArZ4EtFTLVcVhPDiY2QBnc5NUo=";
nativeBuildInputs = [
pkg-config