summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-21 09:41:01 -0700
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-25 01:44:03 -0500
commit90c143a9b96ed3e75c356dd4b4c34683c9b469ec (patch)
tree1adcf7836842ce88a1832515d1c29f6b0bc9eeed
parent5dbaf1f018990e565b5d09c4188e16bce7f73f3a (diff)
downloadnixpkgs-90c143a9b96ed3e75c356dd4b4c34683c9b469ec.tar
nixpkgs-90c143a9b96ed3e75c356dd4b4c34683c9b469ec.tar.gz
nixpkgs-90c143a9b96ed3e75c356dd4b4c34683c9b469ec.tar.bz2
nixpkgs-90c143a9b96ed3e75c356dd4b4c34683c9b469ec.tar.lz
nixpkgs-90c143a9b96ed3e75c356dd4b4c34683c9b469ec.tar.xz
nixpkgs-90c143a9b96ed3e75c356dd4b4c34683c9b469ec.tar.zst
nixpkgs-90c143a9b96ed3e75c356dd4b4c34683c9b469ec.zip
xmlrpc_c: 1.33.17 -> 1.39.12
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/4cdb0kvm05d8390pg3agfy7hjm9ygd9s-xmlrpc-c-1.39.12/bin/xmlrpc-c-config --help` got 0 exit code
- ran `/nix/store/4cdb0kvm05d8390pg3agfy7hjm9ygd9s-xmlrpc-c-1.39.12/bin/xmlrpc-c-config --version` and found version 1.39.12
- ran `/nix/store/4cdb0kvm05d8390pg3agfy7hjm9ygd9s-xmlrpc-c-1.39.12/bin/xmlrpc-c-config --help` and found version 1.39.12
- found 1.39.12 with grep in /nix/store/4cdb0kvm05d8390pg3agfy7hjm9ygd9s-xmlrpc-c-1.39.12
- directory tree listing: https://gist.github.com/02ef530309005ffeedbc4af16ffd467c
-rw-r--r--pkgs/development/libraries/xmlrpc-c/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xmlrpc-c/default.nix b/pkgs/development/libraries/xmlrpc-c/default.nix
index 0b5f08bdf9b..92e3424a5f6 100644
--- a/pkgs/development/libraries/xmlrpc-c/default.nix
+++ b/pkgs/development/libraries/xmlrpc-c/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, curl, libxml2 }:
 
 stdenv.mkDerivation rec {
-  name = "xmlrpc-c-1.33.17";
+  name = "xmlrpc-c-1.39.12";
 
   src = fetchurl {
     url = "mirror://sourceforge/xmlrpc-c/${name}.tgz";
-    sha256 = "0makq1zpfqnrj6xx1xc7wi4mh115ri9p4yz2rbvjhj0il4y8l4ah";
+    sha256 = "026fh7w7y3q9pvxd09i5d4hq3l6gd81n9k19yq4zwbc398kg6c6q";
   };
 
   buildInputs = [ curl libxml2 ];