uxplay: 1.72 -> 1.72.1 (#416209)

Co-authored-by: azuwis <azuwis@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-13 07:44:27 +00:00
committed by GitHub
co-authored by azuwis
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxplay";
version = "1.72";
version = "1.72.1";
src = fetchFromGitHub {
owner = "FDH2";
repo = "UxPlay";
rev = "v${finalAttrs.version}";
hash = "sha256-pS9TgGymQwSDBrhHMQYasJfDchMap49fhHTgxYzq+L4=";
hash = "sha256-qb4wsVPdT4rRQxHjLnft0C1D41IhA7M0ZqiLL65r3Ns=";
};
postPatch = ''