sunshine: 2025.118.151840 -> 2025.122.141614 (#376248)

Co-authored-by: devusb <devusb@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-24 04:02:16 +00:00
committed by GitHub
+2 -2
View File
@@ -55,13 +55,13 @@ let
in
stdenv'.mkDerivation rec {
pname = "sunshine";
version = "2025.118.151840";
version = "2025.122.141614";
src = fetchFromGitHub {
owner = "LizardByte";
repo = "Sunshine";
tag = "v${version}";
hash = "sha256-sTZUHc1385qOmy2w3fjItIidCxnWeEjAaOFxfLBB65c=";
hash = "sha256-rHf+lj5dycXA//fu3RPuimYz2hrJnoVt7GA2xuHGXJk=";
fetchSubmodules = true;
};