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

uxplay: 1.63 -> 1.63.2
This commit is contained in:
Nick Cao 2023-02-28 10:52:23 +08:00 committed by GitHub
commit 99b60c9274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "uxplay";
version = "1.63";
version = "1.63.2";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${version}";
sha256 = "sha256-ZoeznQhao/inD3fxjhD8L7rLQGAQAEo3gRxw3Zi+Fbs=";
sha256 = "sha256-K1DlGpamX+MkVpevhZBINtNawkPfN5ofHOcsiBHgnC4=";
};
postPatch = ''