Releases: stepbrobd/ysun
Releases · stepbrobd/ysun
Release list
2025.05.05.17.56.25
packages.default =
let
importnar = name: url: hash: import <nix/fetchurl.nix> {
inherit name url hash;
unpack = true;
};
exec = importnar
"exec"
"https://github.com/stepbrobd/ysun/releases/download/2025.05.05.17.56.25/exec.nar"
"sha256-EC/kzLsf6ZgCH5T+YYm24fKclkSm1t+Bk2Wpv21YS7Q=";
site = importnar
"site"
"https://github.com/stepbrobd/ysun/releases/download/2025.05.05.17.56.25/site.nar"
"sha256-zlmrXgrjnA424OBS8qAIStG1ZXqo8xQpOlYU5XynrrY=";
in
pkgs.writeShellApplication {
meta.platforms = [ "x86_64-linux" ];
name = "ysun";
runtimeInputs = [ exec site ];
text = ''
exec ${exec}/bin/exec ${site} "$@"
'';
};2025.04.03.21.04.05
packages.default =
let
importnar = name: url: hash: import <nix/fetchurl.nix> {
inherit name url hash;
unpack = true;
};
exec = importnar
"exec"
"https://github.com/stepbrobd/ysun/releases/download/2025.04.03.21.04.05/exec.nar"
"sha256-0dAXdWdJPaf7Cqc3FSKKCRFdj/Wpuk4VCwjtvv2Oysk=";
site = importnar
"site"
"https://github.com/stepbrobd/ysun/releases/download/2025.04.03.21.04.05/site.nar"
"sha256-p4FlwtOyuZwqFWVDEBl/NedYsXkyPwSXU29Y77tSqmc=";
in
pkgs.writeShellApplication {
meta.platforms = [ "x86_64-linux" ];
name = "ysun";
runtimeInputs = [ exec site ];
text = ''
exec ${exec}/bin/exec ${site} "$@"
'';
};2025.04.03.19.06.14
packages.default =
let
importnar = name: url: hash: import <nix/fetchurl.nix> {
inherit name url hash;
unpack = true;
};
exec = importnar
"exec"
"https://github.com/stepbrobd/ysun/releases/download/2025.04.03.19.06.14/exec.nar"
"sha256-0dAXdWdJPaf7Cqc3FSKKCRFdj/Wpuk4VCwjtvv2Oysk=";
site = importnar
"site"
"https://github.com/stepbrobd/ysun/releases/download/2025.04.03.19.06.14/site.nar"
"sha256-+fVnv1ZdSX4pSGAk78lGtVYc+1sKIvtATgB/HnqVp18=";
in
pkgs.writeShellApplication {
meta.platforms = [ "x86_64-linux" ];
name = "ysun";
runtimeInputs = [ exec site ];
text = ''
exec ${exec}/bin/exec ${site} "$@"
'';
};2025.04.03.19.00.10
packages.default =
let
importnar = name: url: hash: import <nix/fetchurl.nix> {
inherit name url hash;
unpack = true;
};
exec = importnar
"exec"
"https://github.com/stepbrobd/ysun/releases/download/2025.04.03.19.00.10/exec.nar"
"sha256-0dAXdWdJPaf7Cqc3FSKKCRFdj/Wpuk4VCwjtvv2Oysk=";
site = importnar
"site"
"https://github.com/stepbrobd/ysun/releases/download/2025.04.03.19.00.10/site.nar"
"sha256-2wVeHbahgbXBGsAZayUlxN+F7KyE4vKQXvrI9y3wc8o=";
in
pkgs.writeShellApplication {
meta.platforms = [ "x86_64-linux" ];
name = "ysun";
runtimeInputs = [ exec site ];
text = ''
exec ${exec}/bin/exec ${site} "$@"
'';
};