Merge pull request #237136 from r-ryantm/auto-update/ani-cli

ani-cli: 4.3 -> 4.4
This commit is contained in:
figsoda 2023-06-10 21:58:59 -04:00 committed by GitHub
commit 4b475e9f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenvNoCC.mkDerivation rec {
pname = "ani-cli";
version = "4.3";
version = "4.4";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
rev = "v${version}";
hash = "sha256-Wo3ydCylrqfmB4EgYsmc7BfXLPD1BxdDFGY4KeUfGfE=";
hash = "sha256-eY5FXwNRSt4ZFnvMyPLEFnTazwsXOkuQ6zivCHD70YY=";
};
nativeBuildInputs = [ makeWrapper ];