We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38f4d3e + 9615b76 commit 53b40d0Copy full SHA for 53b40d0
pkgs/by-name/ux/uxplay/package.nix
@@ -15,13 +15,13 @@
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "uxplay";
18
- version = "1.71.1";
+ version = "1.72";
19
20
src = fetchFromGitHub {
21
owner = "FDH2";
22
repo = "UxPlay";
23
rev = "v${finalAttrs.version}";
24
- hash = "sha256-qb/oYTScbHypwyo+znhDw8Mz5u+uhM8Jn6Gff3JK+Bc=";
+ hash = "sha256-pS9TgGymQwSDBrhHMQYasJfDchMap49fhHTgxYzq+L4=";
25
};
26
27
postPatch = ''
0 commit comments