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

ani-cli: 4.2 -> 4.3
This commit is contained in:
Mario Rodas 2023-05-19 06:48:22 -05:00 committed by GitHub
commit a99b0835cb
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.2";
version = "4.3";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
rev = "v${version}";
hash = "sha256-XXD55sxgKg8qSdXV7mbnSCQJ4fNgWFG5IiR1QTjDkHI=";
hash = "sha256-Wo3ydCylrqfmB4EgYsmc7BfXLPD1BxdDFGY4KeUfGfE=";
};
nativeBuildInputs = [ makeWrapper ];