uxplay: 1.68.2 -> 1.68.3

This commit is contained in:
R. Ryantm 2024-04-22 23:58:43 +00:00
parent 80368c5bef
commit 60ef683c62
1 changed files with 2 additions and 2 deletions

View File

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