ani-cli: 4.7 -> 4.8

Co-authored-by: port19 <port19@port19.xyz>

Update default.nix
This commit is contained in:
mrfluffy 2024-02-07 14:47:20 +00:00 committed by Zastian Pretorius
parent 19131b3eb0
commit 0ef61a4a2f

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 ];