Merge pull request #129845 from g3mhunt3r/moonlight

moonlight: 3.1.1 -> 3.1.4
This commit is contained in:
Sandro 2021-07-12 03:48:42 +02:00 committed by GitHub
commit 1915ad5e40
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.1.1";
version = "3.1.4";
src = fetchFromGitHub {
owner = "moonlight-stream";
repo = pname;
rev = "v${version}";
sha256 = "1bz4wjl8zydw46bh2mdbrsx8prh2fw0cmzqliy912fdz5aal2b74";
sha256 = "1sg8svb6xvkczp9slqnlm0b6k0z3bzdi4zzvwzzy21kpj6im9002";
fetchSubmodules = true;
};