3
0
Fork 0
forked from mirrors/nixpkgs

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

ani-cli: 4.0 -> 4.1
This commit is contained in:
Weijia Wang 2023-02-21 17:00:46 +02:00 committed by GitHub
commit f1e8a7e249
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.0";
version = "4.1";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
rev = "v${version}";
hash = "sha256-1yhBlQ/abT+/BKEIskgnAh+cmKCzXuS9hu6apaangVk=";
hash = "sha256-8fpOCyv/XafrVy76jtazRoHW2gidjikgnRdaWzh8kY8=";
};
nativeBuildInputs = [ makeWrapper ];