Merge pull request #306134 from r-ryantm/auto-update/uxplay

uxplay: 1.68.2 -> 1.68.3
This commit is contained in:
Nick Cao 2024-04-23 08:59:00 -04:00 committed by GitHub
commit ab3f95ab3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''