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

ani-cli: 4.1 -> 4.2
This commit is contained in:
Weijia Wang 2023-03-15 22:34:52 +02:00 committed by GitHub
commit 03ce74b20b
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.1";
version = "4.2";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
rev = "v${version}";
hash = "sha256-8fpOCyv/XafrVy76jtazRoHW2gidjikgnRdaWzh8kY8=";
hash = "sha256-XXD55sxgKg8qSdXV7mbnSCQJ4fNgWFG5IiR1QTjDkHI=";
};
nativeBuildInputs = [ makeWrapper ];