uxplay: 1.60 -> 1.61.1

This commit is contained in:
R. Ryantm
2023-01-09 09:41:23 -06:00
committed by Bobby Rong
parent e674075ed1
commit 84b8063c46
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "uxplay";
version = "1.60";
version = "1.61.1";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${version}";
sha256 = "sha256-ERHn6kd/ZAo34iums2dudAqh9CdwUv2dLcn2YC7oBM0=";
sha256 = "sha256-eLTIpRmKewBghUYFot8I3iTeiI6wlU7WNs8/X3w+U80=";
};
postPatch = ''