mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2026-02-05 11:25:53 +00:00
ani-cli: rename to ani-cli-git
This commit is contained in:
parent
efe83b353f
commit
da9443728f
2 changed files with 24 additions and 24 deletions
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
pins,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
ani-cli,
|
||||
...
|
||||
}:
|
||||
ani-cli.overrideAttrs (let
|
||||
pin = pins.ani-cli;
|
||||
in {
|
||||
pname = "ani-cli";
|
||||
inherit (pin) version;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit (pin.repository) owner repo;
|
||||
sha256 = pin.hash;
|
||||
rev = pin.revision;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "An auto-upgrading version of ani-cli to ensure we are always up to date with scrapers";
|
||||
maintainers = with lib.maintainers; [NotAShelf];
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue