tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
uxplay: 1.72.1 -> 1.72.2
R. Ryantm
7 months ago
b931d996
4eec7384
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ux
uxplay
package.nix
+2
-2
pkgs/by-name/ux/uxplay/package.nix
···
15
15
16
16
stdenv.mkDerivation (finalAttrs: {
17
17
pname = "uxplay";
18
18
-
version = "1.72.1";
18
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
24
-
hash = "sha256-qb4wsVPdT4rRQxHjLnft0C1D41IhA7M0ZqiLL65r3Ns=";
24
24
+
hash = "sha256-xXYaaLYOlFoPObYOnBnj1LghTRaCSsOvQ7d019gyx9c=";
25
25
};
26
26
27
27
postPatch = ''