sunshine: 2025.118.151840 -> 2025.122.141614 (#376248)

Co-authored-by: devusb <devusb@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
devusb
and committed by
GitHub
6158098d 535fa769

+2 -2
+2 -2
pkgs/by-name/su/sunshine/package.nix
··· 55 55 in 56 56 stdenv'.mkDerivation rec { 57 57 pname = "sunshine"; 58 - version = "2025.118.151840"; 58 + version = "2025.122.141614"; 59 59 60 60 src = fetchFromGitHub { 61 61 owner = "LizardByte"; 62 62 repo = "Sunshine"; 63 63 tag = "v${version}"; 64 - hash = "sha256-sTZUHc1385qOmy2w3fjItIidCxnWeEjAaOFxfLBB65c="; 64 + hash = "sha256-rHf+lj5dycXA//fu3RPuimYz2hrJnoVt7GA2xuHGXJk="; 65 65 fetchSubmodules = true; 66 66 }; 67 67