deepin.dde-session-shell: repo has rename

See: https://www.freelists.org/post/deepin-devel/githubddesessionshellddesessionshell
This commit is contained in:
rewine
2025-04-15 13:25:39 +08:00
parent 86baf6c311
commit 29055e3992

View File

@@ -27,7 +27,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
# DDE 23 releases has moved to `linuxdeepin/dde-session-shell-snipe`
repo = "dde-session-shell-snipe";
rev = version;
hash = "sha256-v0+Bz6J77Kgf4YV1iDhCqhmcNn493GFq1IEQbXBAVUU=";
};