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

ani-cli: 4.6 -> 4.7
This commit is contained in:
Weijia Wang 2023-12-15 23:37:56 +01:00 committed by GitHub
commit c900383741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@ assert withMpv || withVlc || withIina;
stdenvNoCC.mkDerivation rec {
pname = "ani-cli";
version = "4.6";
version = "4.7";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ani-cli";
rev = "v${version}";
hash = "sha256-ahyCD4QsYyb3xtNK03HITeF0+hJFIHZ+PAjisuS/Kdo=";
hash = "sha256-Ll4bHKrDZukoQX35iiMI6rMSgiTC6wp7fHUnOMPagOA=";
};
nativeBuildInputs = [ makeWrapper ];