ani-cli: 4.8 -> 4.9

This commit is contained in:
R. Ryantm 2024-08-26 16:26:25 +00:00
parent 28d45487fa
commit e6730d699e

View File

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