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

This commit is contained in:
rewine 2024-07-31 20:46:32 +08:00
parent 21bd546796
commit 72894c1b45

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "dde-session-shell";
version = "6.0.20";
version = "6.0.21";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-RPVGjCg7U0nWxqesoSNDtEzh/+OYDSsX31YU+LLllVM=";
hash = "sha256-v0+Bz6J77Kgf4YV1iDhCqhmcNn493GFq1IEQbXBAVUU=";
};
postPatch = ''