deepin.dde-app-services: 1.0.23 -> 1.0.25

This commit is contained in:
rewine 2023-12-24 16:27:51 +08:00 committed by rewine
parent 567fdca8f5
commit 9a7354a833

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "dde-app-services";
version = "1.0.23";
version = "1.0.25";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-INxbRDpG3MqPW6IMTqEagDCGo7vwxkR6D1+lcWdjO3w=";
hash = "sha256-/lHiSUOTD8nC0WDLAHAFzm1YC0WjSS5W5JNC0cjeVEo=";
};
postPatch = ''