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

uxplay: 1.61.1 -> 1.62
This commit is contained in:
Weijia Wang 2023-02-01 19:22:36 +01:00 committed by GitHub
commit 249f97a7d2
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.61.1";
version = "1.62";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${version}";
sha256 = "sha256-eLTIpRmKewBghUYFot8I3iTeiI6wlU7WNs8/X3w+U80=";
sha256 = "sha256-+IO+ITSa5LSFdCaU28B/MMBl4a+35957VlNxIQK5IqU=";
};
postPatch = ''