tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xedit: 1.2.3 -> 1.2.4
R. Ryantm
2 years ago
5ac0b126
3a6b97ce
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
xedit
default.nix
+2
-2
pkgs/applications/editors/xedit/default.nix
···
12
12
13
13
stdenv.mkDerivation rec {
14
14
pname = "xedit";
15
15
-
version = "1.2.3";
15
15
+
version = "1.2.4";
16
16
17
17
src = fetchFromGitLab {
18
18
domain = "gitlab.freedesktop.org";
19
19
owner = "xorg/app";
20
20
repo = "xedit";
21
21
rev = "${pname}-${version}";
22
22
-
sha256 = "sha256-WF+4avzRRL0+OA3KxzK7JwmArkPu9fEl+728R6ouXmg=";
22
22
+
sha256 = "sha256-0vP+aR8QBXAqbULOLEs7QXsehk18BJ405qoelrcepwE=";
23
23
};
24
24
25
25
# ./lisp/mathimp.c:493:10: error: implicitly declaring library function 'finite' with type 'int (double)'