deepin.dde-session-ui: 6.0.19 -> 6.0.20

This commit is contained in:
rewine 2024-07-31 20:46:09 +08:00
parent 2fa450adc2
commit 21bd546796

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "dde-session-ui";
version = "6.0.19";
version = "6.0.20";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-elDtY7fZf2I8ngEmMB9sRRhm78nEDf5ag6jny7UDG70=";
hash = "sha256-3twtJ1KT7TqpyLopHqPY2Lo8oZsH9liir0SJUV/k3OU=";
};
postPatch = ''