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 https://github.com/danyspin97/wpaperd/commit/459c4e9c8bdd0f8b0572751efc96b59a2dd4cc78
This commit is contained in:
Donovan Glover
2024-12-03 10:59:23 -05:00
parent abf020202d
commit 9237762267
+3 -3
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