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

ani-cli: 4.4 -> 4.5
This commit is contained in:
figsoda 2023-07-11 14:02:10 -04:00 committed by GitHub
commit f2406198ea
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.4";
version = "4.5";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
rev = "v${version}";
hash = "sha256-eY5FXwNRSt4ZFnvMyPLEFnTazwsXOkuQ6zivCHD70YY=";
hash = "sha256-HDpspU9OZxDET7/1rnKdGgaVEBt0gpzGtd3DuNIj7FY=";
};
nativeBuildInputs = [ makeWrapper ];