about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-02 00:39:36 -0700
committerLassulus <github@lassul.us>2019-11-19 20:50:11 +0100
commit1b53f78ef55600da9883e3ccbf06ea5bc3473587 (patch)
tree4cda87d6833085e1e826cf3ceca0dc25efaa691d /pkgs
parent2d551354088ce9a7a25ac6851f45ce9e2ae5e0cf (diff)
libsearpc: 3.1.0 -> 3.2.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libsearpc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libsearpc/default.nix b/pkgs/development/libraries/libsearpc/default.nix
index b2a7996747716..9bf246f556d35 100644
--- a/pkgs/development/libraries/libsearpc/default.nix
+++ b/pkgs/development/libraries/libsearpc/default.nix
@@ -1,14 +1,14 @@
 {stdenv, fetchFromGitHub, automake, autoconf, pkgconfig, libtool, python2Packages, glib, jansson}:
 
 stdenv.mkDerivation rec {
-  version = "3.1.0";
+  version = "3.2.0";
   pname = "libsearpc";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "libsearpc";
     rev = "v${version}";
-    sha256 = "1zf8xxsl95wdx0372kl8s153hd8q3lhwwvwr2k96ia8scbn2ylkp";
+    sha256 = "18i5zvrp6dv6vygxx5nc93mai2p2x786n5lnf5avrin6xiz2j6hd";
   };
 
   patches = [ ./libsearpc.pc.patch ];