Merge pull request #229115 from r-ryantm/auto-update/uxplay

uxplay: 1.63.2 -> 1.64
This commit is contained in:
Weijia Wang
2023-04-30 16:20:38 +03:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "uxplay";
version = "1.63.2";
version = "1.64";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${version}";
sha256 = "sha256-K1DlGpamX+MkVpevhZBINtNawkPfN5ofHOcsiBHgnC4=";
sha256 = "sha256-zCjAXQMA5QvcpmkSYb9FST4xzK1cjZZDGcBGc1CacVo=";
};
postPatch = ''