uxplay: 1.72.3 -> 1.73

This commit is contained in:
R. Ryantm
2026-02-02 18:26:20 +00:00
parent a57d341039
commit 23ec2e2a4c
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxplay";
version = "1.72.3";
version = "1.73";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${finalAttrs.version}";
hash = "sha256-c0uiMuilAoFMd2pCP9wFtPKJJWyYLZwmNiL8rPtfdQ8=";
hash = "sha256-cPewe1pO/PknEBogcXU5WdDOvqya7bC6aIt3itHsrEw=";
};
postPatch = ''