Skip to content

Commit e321713

Browse files
uxplay: 1.72 -> 1.72.1 (#416209)
Co-authored-by: azuwis <azuwis@users.noreply.github.com>
2 parents 00c3c17 + 58bebed commit e321713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ux/uxplay/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "uxplay";
18-
version = "1.72";
18+
version = "1.72.1";
1919

2020
src = fetchFromGitHub {
2121
owner = "FDH2";
2222
repo = "UxPlay";
2323
rev = "v${finalAttrs.version}";
24-
hash = "sha256-pS9TgGymQwSDBrhHMQYasJfDchMap49fhHTgxYzq+L4=";
24+
hash = "sha256-qb4wsVPdT4rRQxHjLnft0C1D41IhA7M0ZqiLL65r3Ns=";
2525
};
2626

2727
postPatch = ''

0 commit comments

Comments
 (0)