mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-19 23:19:33 +00:00
Compare commits
2 commits
e36063cab2
...
a2a9a04d16
Author | SHA1 | Date | |
---|---|---|---|
a2a9a04d16 |
|||
ea03842ae2 |
2 changed files with 5 additions and 15 deletions
|
@ -2,24 +2,13 @@
|
|||
lib,
|
||||
pins,
|
||||
date,
|
||||
pixman,
|
||||
fetchurl,
|
||||
fetchFromGitea,
|
||||
fuzzel,
|
||||
...
|
||||
}: let
|
||||
# Latest fuzzel release requires Pixman >=0.46.1, but Nixpkgs still ships 0.42
|
||||
pixman_46 = pixman.overrideAttrs {
|
||||
pname = "pixman";
|
||||
version = "0.46.2";
|
||||
src = fetchurl {
|
||||
url = "https://cairographics.org/releases/pixman-0.46.2.tar.gz";
|
||||
hash = "sha256-Pg3lum41aRaUaj2VgZLxVQXcq4UTR3G/6rTOTim71zM=";
|
||||
};
|
||||
};
|
||||
pin = pins.fuzzel;
|
||||
in
|
||||
(fuzzel.override {pixman = pixman_46;}).overrideAttrs {
|
||||
fuzzel.overrideAttrs {
|
||||
pname = "fuzzel-git";
|
||||
version = "0-unstable-${date}";
|
||||
src = fetchFromGitea {
|
||||
|
|
|
@ -5,11 +5,12 @@
|
|||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "headscale-ui";
|
||||
version = "2025.05.22";
|
||||
version = "2025.08.23";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/gurucomputing/headscale-ui/releases/download/${finalAttrs.version}/headscale-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-qLX8YW5jjy4K4et7dkS0Bvug+k3NVw0m2d2Q0wLE1J4=";
|
||||
# https://github.com/gurucomputing/headscale-ui/releases/download/2025.08.23/headscale-ui.zip
|
||||
url = "https://github.com/gurucomputing/headscale-ui/releases/download/${finalAttrs.version}/headscale-ui.zip";
|
||||
hash = "sha256-66c4KC6tJath/A79idp4ypwd3y0VI80mG8/Gj/WwmnY=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue