ani-cli: 4.14 -> 5.0

(cherry picked from commit 8401cfc7a1)
This commit is contained in:
R. Ryantm
2026-08-01 19:55:56 +00:00
committed by github-actions[bot]
parent c9822b4fe2
commit 16442bbe1d

View File

@@ -28,13 +28,13 @@ in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ani-cli";
version = "4.14";
version = "5.0";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-OyCKDN89sBz59+3JncMDyNOq8UMqqjara+A0Owo3oko=";
hash = "sha256-rRQESi0Skoyf1jy/dRRK6ooKRPQhkak107kk5ulwZYI=";
};
nativeBuildInputs = [ makeWrapper ];