uxplay: 1.70 -> 1.71.1

This commit is contained in:
R. Ryantm
2024-12-23 16:56:12 +00:00
parent 02d93dd7ec
commit cb4de651b3
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxplay";
version = "1.70";
version = "1.71.1";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${finalAttrs.version}";
hash = "sha256-5nKkQxoLe7g+fw65uVG0kiJHAEBB5B562bT3Smck1iA=";
hash = "sha256-qb/oYTScbHypwyo+znhDw8Mz5u+uhM8Jn6Gff3JK+Bc=";
};
postPatch = ''