Skip to content

Commit 53b40d0

Browse files
uxplay: 1.71.1 -> 1.72 (#406408)
Co-authored-by: azuwis <[email protected]>
2 parents 38f4d3e + 9615b76 commit 53b40d0

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.71.1";
18+
version = "1.72";
1919

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

2727
postPatch = ''

0 commit comments

Comments
 (0)