uxplay: 1.68.3 -> 1.69

This commit is contained in:
R. Ryantm 2024-08-13 08:07:45 +00:00
parent a709e7cb7c
commit 34c535ec96

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxplay";
version = "1.68.3";
version = "1.69";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${finalAttrs.version}";
hash = "sha256-Ev+VXI37zLRQ3yqllJVo1JZK/U82HeB65Hi9+c0O8Ks=";
hash = "sha256-4QNuM/yMb5wSTSjTbqrTgU+FHFMIyIH8pRBwuGhAJU4=";
};
postPatch = ''