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

ani-cli: 1.9 -> 2.0
This commit is contained in:
Ryan Mulligan 2022-04-05 09:29:16 -07:00 committed by GitHub
commit 433a6e3d40
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 = "1.9";
version = "2.0";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
rev = "v${version}";
sha256 = "sha256-oYiq3Mnuhba5NELJXqVN3gY/d0RfQIqW13YtdcmYKK4=";
sha256 = "sha256-cDxb/IcpzR5akWnA8RN+fKQn0+QnpBV8tAbUjjPICsA=";
};
nativeBuildInputs = [ makeWrapper ];