moonlight-qt: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm 2023-11-13 06:20:02 +00:00
parent b0e3e12d6c
commit 2e91c8ba2e

View File

@ -25,13 +25,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "moonlight-qt"; pname = "moonlight-qt";
version = "5.0.0"; version = "5.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "moonlight-stream"; owner = "moonlight-stream";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-rJCTISXN098A8CB34HM12WgdiSMNA31NO2x7u+iSwBM="; sha256 = "sha256-0ONjUqpM1tUnyaEnMgVl7ff6pND7kyqouv2mpgteZP0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };