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

authored by rewine and committed by rewine 9a7354a8 567fdca8

+2 -2
+2 -2
pkgs/desktops/deepin/core/dde-app-services/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "dde-app-services"; 16 - version = "1.0.23"; 16 + version = "1.0.25"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "linuxdeepin"; 20 20 repo = pname; 21 21 rev = version; 22 - hash = "sha256-INxbRDpG3MqPW6IMTqEagDCGo7vwxkR6D1+lcWdjO3w="; 22 + hash = "sha256-/lHiSUOTD8nC0WDLAHAFzm1YC0WjSS5W5JNC0cjeVEo="; 23 23 }; 24 24 25 25 postPatch = ''