uxplay: 1.72.1 -> 1.72.2 (#424449)

Co-authored-by: azuwis <azuwis@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] azuwis and committed by GitHub 4f18ada3 aad4666e

+2 -2
+2 -2
pkgs/by-name/ux/uxplay/package.nix
··· 15 15 16 16 stdenv.mkDerivation (finalAttrs: { 17 17 pname = "uxplay"; 18 - version = "1.72.1"; 18 + version = "1.72.2"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "FDH2"; 22 22 repo = "UxPlay"; 23 23 rev = "v${finalAttrs.version}"; 24 - hash = "sha256-qb4wsVPdT4rRQxHjLnft0C1D41IhA7M0ZqiLL65r3Ns="; 24 + hash = "sha256-xXYaaLYOlFoPObYOnBnj1LghTRaCSsOvQ7d019gyx9c="; 25 25 }; 26 26 27 27 postPatch = ''