wpaperd: 0.2.0 -> 0.3.0

https://github.com/danyspin97/wpaperd/releases/tag/0.3.0
This commit is contained in:
DPDmancul 2023-04-08 16:23:11 +02:00
parent e8a861f940
commit a93f7c28dd
No known key found for this signature in database
GPG key ID: EC1145E786990CED
2 changed files with 685 additions and 323 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "wpaperd";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "danyspin97";
repo = pname;
rev = version;
sha256 = "n1zlC2afog0UazsJEBAzXpnhVDeP3xqpNGXlJ65umHQ=";
sha256 = "cgjHCSBrkX3aoz42qBS/1JUGhc7sZKarKByntp7ubaQ=";
};
nativeBuildInputs = [
@ -21,10 +21,15 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"timer-0.2.0" = "sha256-yofy6Wszf6EwNGGdVDWNG0RcbpvBgv5/BdOjAFxghwc=";
"smithay-client-toolkit-0.16.0" = "iPDL7pxTez4EnIBaUH25lLSWpu3RRL2QBF9pfdTDsP8=";
};
};
postPatch = ''
rm Cargo.lock
ln -s ${./Cargo.lock} Cargo.lock
'';
meta = with lib; {
description = "Minimal wallpaper daemon for Wayland";
longDescription = ''