xedit: 1.2.3 -> 1.2.4

+2 -2
+2 -2
pkgs/applications/editors/xedit/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "xedit"; 15 - version = "1.2.3"; 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 - sha256 = "sha256-WF+4avzRRL0+OA3KxzK7JwmArkPu9fEl+728R6ouXmg="; 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)'