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

ani-cli: 2.0 -> 2.1
This commit is contained in:
Ryan Mulligan 2022-04-22 13:58:58 -07:00 committed by GitHub
commit 0122dbc412
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 = "2.0";
version = "2.1";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
rev = "v${version}";
sha256 = "sha256-cDxb/IcpzR5akWnA8RN+fKQn0+QnpBV8tAbUjjPICsA=";
sha256 = "sha256-A1c7YdBh2VOhw/xTvhNV50j9n+SELyRTHI5w+AeiWDs=";
};
nativeBuildInputs = [ makeWrapper ];