Merge pull request #287006 from mrfluffy-dev/patch-2

ani-cli: 4.7 -> 4.8
This commit is contained in:
Mario Rodas 2024-02-15 12:31:44 -05:00 committed by GitHub
commit 99959b255f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@ assert withMpv || withVlc || withIina;
stdenvNoCC.mkDerivation rec {
pname = "ani-cli";
version = "4.7";
version = "4.8";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
rev = "v${version}";
hash = "sha256-Ll4bHKrDZukoQX35iiMI6rMSgiTC6wp7fHUnOMPagOA=";
hash = "sha256-vntCiWaONndjU622c1BoCoASQxQf/i7yO0x+70OxzPU=";
};
nativeBuildInputs = [ makeWrapper ];