ani-cli: 4.8 -> 4.9 (#337503)

This commit is contained in:
Sebastián Mancilla
2024-09-01 23:36:19 -04:00
committed by GitHub
+2 -2
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 ];