uxplay: 1.73.5 -> 1.73.6

This commit is contained in:
R. Ryantm
2026-04-07 20:31:31 +00:00
parent 24c474ca38
commit bd94927823
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxplay";
version = "1.73.5";
version = "1.73.6";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${finalAttrs.version}";
hash = "sha256-c/2WRQcNCFdCd9NZuNpbz8iPWXC9FDdMmtoLr6+rQAI=";
hash = "sha256-NQqrrTQiWcOhWFrdqniK6FnmOSIVGS4/cRDg5gd3bOE=";
};
postPatch = ''