Skip to content

Releases: stepbrobd/ysun

2025.05.05.17.56.25

Choose a tag to compare

@github-actions github-actions released this 05 May 17:58
eb2a95d
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

Choose a tag to compare

@github-actions github-actions released this 03 Apr 21:10
c98acb8
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

Choose a tag to compare

@github-actions github-actions released this 03 Apr 19:07
ac3956f
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

Choose a tag to compare

@github-actions github-actions released this 03 Apr 19:03
f426121
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} "$@"
    '';
  };