uxplay: 1.59 -> 1.60

This commit is contained in:
R. Ryantm
2022-12-22 17:47:47 +08:00
committed by Bobby Rong
parent 593d839e8f
commit ff08a6db69
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "uxplay";
version = "1.59";
version = "1.60";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${version}";
sha256 = "sha256-A56ks9E59FLka8/u9OYzSvMeCz1nZxeoNqZ0ITu0Vhg=";
sha256 = "sha256-ERHn6kd/ZAo34iums2dudAqh9CdwUv2dLcn2YC7oBM0=";
};
postPatch = ''