mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-01 11:01:16 +00:00
treewide: correct version strings in dynamic packages
This commit is contained in:
parent
068b94fe9a
commit
8b9dce36f2
3 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,8 @@ foot.overrideAttrs (prev: let
|
||||||
pin = pins.foot;
|
pin = pins.foot;
|
||||||
in {
|
in {
|
||||||
pname = "foot-transparent";
|
pname = "foot-transparent";
|
||||||
version = "0-${date}-unstable";
|
version = "0-unstable-${date}";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "dnkl";
|
owner = "dnkl";
|
||||||
|
|
|
@ -10,7 +10,7 @@ fuzzel.overrideAttrs (let
|
||||||
pin = pins.fuzzel;
|
pin = pins.fuzzel;
|
||||||
in {
|
in {
|
||||||
pname = "foot-transparent";
|
pname = "foot-transparent";
|
||||||
version = "0-${date}-unstable";
|
version = "0-unstable-${date}";
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "dnkl";
|
owner = "dnkl";
|
||||||
|
|
|
@ -24,5 +24,6 @@ in
|
||||||
description = "A web frontend for the headscale Tailscale-compatible coordination server";
|
description = "A web frontend for the headscale Tailscale-compatible coordination server";
|
||||||
homepage = "https://github.com/gurucomputing/headscale-ui";
|
homepage = "https://github.com/gurucomputing/headscale-ui";
|
||||||
license = [lib.licenses.bsd3];
|
license = [lib.licenses.bsd3];
|
||||||
|
maintainers = with lib.maintainers; [NotAShelf];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue