Merge pull request #287006 from mrfluffy-dev/patch-2
ani-cli: 4.7 -> 4.8
This commit is contained in:
commit
99959b255f
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ assert withMpv || withVlc || withIina;
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "ani-cli";
|
pname = "ani-cli";
|
||||||
version = "4.7";
|
version = "4.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pystardust";
|
owner = "pystardust";
|
||||||
repo = "ani-cli";
|
repo = "ani-cli";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Ll4bHKrDZukoQX35iiMI6rMSgiTC6wp7fHUnOMPagOA=";
|
hash = "sha256-vntCiWaONndjU622c1BoCoASQxQf/i7yO0x+70OxzPU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue