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

uxplay: 1.68.1 -> 1.68.2
This commit is contained in:
Nick Cao 2024-01-28 11:15:40 -05:00 committed by GitHub
commit 4bb5865d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxplay";
version = "1.68.1";
version = "1.68.2";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${finalAttrs.version}";
hash = "sha256-9/fzEaOIgkBnEkmwemMEPTmxMOi1/PYhD9zbb/s2huM=";
hash = "sha256-Ax2RhIIWb7BvBvE8GQlR3lwTSA5P5Qpj45cOc8xZNtY=";
};
postPatch = ''