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

uxplay: 1.62 -> 1.63
This commit is contained in:
Weijia Wang 2023-02-24 10:13:44 +02:00 committed by GitHub
commit ae0f793089
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.62";
version = "1.63";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${version}";
sha256 = "sha256-+IO+ITSa5LSFdCaU28B/MMBl4a+35957VlNxIQK5IqU=";
sha256 = "sha256-ZoeznQhao/inD3fxjhD8L7rLQGAQAEo3gRxw3Zi+Fbs=";
};
postPatch = ''