deepin-wallpapers: 1.7.10 -> 1.7.16

This commit is contained in:
rewine 2023-09-26 15:01:21 +08:00
parent c1b774deac
commit 756c6ce67e
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51

View File

@ -6,21 +6,19 @@
stdenv.mkDerivation rec {
pname = "deepin-wallpapers";
version = "1.7.10";
version = "1.7.16";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-D7DXyPh74VlYn5vKUzDh/P/xoskxs8N/BEg5ZemXRwk=";
hash = "sha256-o5rg1l8N6Ch+BdBLp+HMbVBBvrTdRtn8NSgH/9AnB2Q=";
};
nativeBuildInputs = [ dde-api ];
postPatch = ''
patchShebangs blur_image.sh
substituteInPlace blur_image.sh \
substituteInPlace Makefile \
--replace /usr/lib/deepin-api/image-blur ${dde-api}/lib/deepin-api/image-blur
'';