ani-cli: 4.10 -> 4.11

This commit is contained in:
DNKYr
2026-04-06 08:36:44 -07:00
parent aafee4105b
commit 6ded24dcf3
+2 -2
View File
@@ -27,13 +27,13 @@ in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ani-cli";
version = "4.10";
version = "4.11";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-R/YQ02ctTcAEzrVyWlaCHi1YW82iPrMBbbMNP21r0p8=";
hash = "sha256-gQprGtKXXpDm66dFWsrriL4G0NPav+nqm8T6wkdbgk8=";
};
nativeBuildInputs = [ makeWrapper ];