image-editor: 1.0.35 -> 1.0.41

This commit is contained in:
rewine
2024-03-08 18:33:28 +08:00
committed by rewine
parent 6396516358
commit 6fa9e42201
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "image-editor";
version = "1.0.35";
version = "1.0.41";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-Xr4tueipQbRHyKLStTWeUcVbX7Baiz0YooaaVk65Y+U=";
hash = "sha256-9V9B0YSUTWv/4IbTRtKJSVrZx6j8jqJxIIR9TwUZ0U0=";
};
postPatch = ''