uxplay: 1.72.2 -> 1.72.3

This commit is contained in:
R. Ryantm
2026-01-01 12:46:14 +00:00
parent c26eb5e78b
commit 9538f59648

View File

@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxplay";
version = "1.72.2";
version = "1.72.3";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${finalAttrs.version}";
hash = "sha256-xXYaaLYOlFoPObYOnBnj1LghTRaCSsOvQ7d019gyx9c=";
hash = "sha256-c0uiMuilAoFMd2pCP9wFtPKJJWyYLZwmNiL8rPtfdQ8=";
};
postPatch = ''