Merge pull request #167282 from r-ryantm/auto-update/moonlight-qt

moonlight-qt: 3.2.0 -> 4.0.0
This commit is contained in:
Artturi 2022-05-01 22:07:53 +03:00 committed by GitHub
commit d408811242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "moonlight-qt";
version = "3.2.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "moonlight-stream";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nvVBjBcuHKSn66Q7iTzslGOCkH6zMFf62zx5dDXSosI=";
sha256 = "sha256-CfOphr8QILCZg+UrImp5JO/1DTqoan5EwiQeTKR15Fo=";
fetchSubmodules = true;
};