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

uxplay: 1.68.3 -> 1.69
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-15 03:33:43 +00:00 committed by GitHub
commit 924b119c3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''