Unverified Commit baecbd0d authored by rewine's avatar rewine Committed by GitHub
Browse files

deepin.dde-session-shell: repo has rename (#398765)

parents 6b691c15 29055e39
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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=";
  };