deepin.deepin-movie-reborn: 5.10.23 -> 5.10.28
Diff: https://github.com/linuxdeepin/deepin-movie-reborn/compare/5.10.23...5.10.28
This commit is contained in:
parent
2fed757bef
commit
76b2087b53
1 changed files with 2 additions and 2 deletions
|
@ -35,13 +35,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "deepin-movie-reborn";
|
pname = "deepin-movie-reborn";
|
||||||
version = "5.10.23";
|
version = "5.10.28";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxdeepin";
|
owner = "linuxdeepin";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-0m8wYRQGsdN4zpnHUJKCfF05SdvTauRSp6gCu2F9ZAI";
|
sha256 = "sha256-aILaiVkApXBKJUxvQ1k7CHzL3IOwshsTTjW5Ak31xEM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue