Skip to content

Commit

Permalink
sunshine: 2025.122.141614 -> 2025.213.180858
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 18, 2025
1 parent 5be6db6 commit 8208ab2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
64 changes: 32 additions & 32 deletions pkgs/by-name/su/sunshine/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/by-name/su/sunshine/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ let
in
stdenv'.mkDerivation rec {
pname = "sunshine";
version = "2025.122.141614";
version = "2025.213.180858";

src = fetchFromGitHub {
owner = "LizardByte";
repo = "Sunshine";
tag = "v${version}";
hash = "sha256-rHf+lj5dycXA//fu3RPuimYz2hrJnoVt7GA2xuHGXJk=";
hash = "sha256-LdCb0nGlwATcUfaBZaoCOVH9OuC4EbLMoZIjwJbd87s=";
fetchSubmodules = true;
};

# build webui
ui = buildNpmPackage {
inherit src version;
pname = "sunshine-ui";
npmDepsHash = "sha256-sWCmx1dMEyRyuYeeuqAjHZLVnckskgQO4saFM64s4Y4=";
npmDepsHash = "sha256-pS+MCsBez31lXKq7eNdUUwlM0faGFcVl3X2jAbHFSlw=";

# use generated package-lock.json as upstream does not provide one
postPatch = ''
Expand Down

0 comments on commit 8208ab2

Please sign in to comment.