moonlight-qt: 4.2.1 -> 4.3.1

This commit is contained in:
R. Ryantm 2022-11-03 17:13:41 +00:00 committed by Bobby Rong
parent 112416eac9
commit 2f4a9c15d8

View file

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "moonlight-qt";
version = "4.2.1";
version = "4.3.1";
src = fetchFromGitHub {
owner = "moonlight-stream";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cDX6XiAPFIS/csVpRl7yyAexiZwjmxp1Ng9gAo1uUw8=";
sha256 = "sha256-Utpv9VdX5vuUWDSGc3YcF8tHbvUZpPeXEDP4NKts+vI=";
fetchSubmodules = true;
};