mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-11 03:09:35 +00:00
{headscale-ui, ai-robots-txt}: track with npins
This commit is contained in:
parent
f42261e903
commit
f0e6e546d8
3 changed files with 69 additions and 34 deletions
|
@ -1,15 +1,17 @@
|
|||
{
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchzip,
|
||||
lib,
|
||||
pins,
|
||||
}: let
|
||||
pname = "headscale-ui";
|
||||
version = "2025.03.21";
|
||||
pin = pins.headscale-ui;
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
inherit pname version;
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "headscale-ui";
|
||||
inherit (pin) version;
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/gurucomputing/headscale-ui/releases/download/${version}/headscale-ui.zip";
|
||||
url = "https://github.com/gurucomputing/headscale-ui/releases/download/${finalAttrs.version}/headscale-ui.zip";
|
||||
sha256 = "sha256-Autk8D9G1Ott2ahbgJ7mGZKDChsSDgfrOhnurNiIdsQ=";
|
||||
};
|
||||
|
||||
|
@ -29,4 +31,4 @@ in
|
|||
license = [lib.licenses.bsd3];
|
||||
maintainers = with lib.maintainers; [NotAShelf];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue