mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
xmlrpc-c: bump 1.25.26 -> .27
Release 1.25.27 (released March 15, 2014): Fix bug: When serializing a very large floating point number, sender of an XML-RPC message adds some junk after the decimal point. With assertion checking enabled, it just crashes. Broken in 1.15 (June 2008).
This commit is contained in:
parent
2b9c96878c
commit
a555ee2412
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, curl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xmlrpc-c-1.25.26";
|
||||
name = "xmlrpc-c-1.25.27";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/xmlrpc-c/${name}.tgz";
|
||||
sha256 = "1f82vsdkldhk1sfqyh6z0ylp5769x4fx3rnd2hw0c6fhx8swcmgj";
|
||||
sha256 = "0g9m9n258lpbs42a2lagd4h7qim1g34gkaqyx8h50qrsk49ipspn";
|
||||
};
|
||||
|
||||
buildInputs = [ curl ];
|
||||
|
|
Loading…
Reference in a new issue