3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #198887 from r-ryantm/auto-update/sunshine

This commit is contained in:
Sandro 2022-11-09 00:54:49 +01:00 committed by GitHub
commit 74f2b89013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "sunshine";
version = "0.14.1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "LizardByte";
repo = "Sunshine";
rev = "v${version}";
sha256 = "sha256-SB2DAOYf2izIwwRWEw2wt5L5oCDbb6YOqXw/z/PD1pQ=";
sha256 = "sha256-/eekvpjopCivb2FJqh5W1G54GznLwdjk8ANOosdfuxw=";
fetchSubmodules = true;
};