about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-05-21 16:12:53 +0200
committerLluís Batlle i Rossell <viric@viric.name>2013-05-21 16:15:36 +0200
commitdc28cdf721d6b3c6a5be1b730745ec86f7b64de6 (patch)
tree789e900d088090b1a38a4437f256cdde32019c83 /pkgs/applications
parent91ea9b91905579821fc4ecb2066ec9c525ebdc9c (diff)
downloadnixlib-dc28cdf721d6b3c6a5be1b730745ec86f7b64de6.tar
nixlib-dc28cdf721d6b3c6a5be1b730745ec86f7b64de6.tar.gz
nixlib-dc28cdf721d6b3c6a5be1b730745ec86f7b64de6.tar.bz2
nixlib-dc28cdf721d6b3c6a5be1b730745ec86f7b64de6.tar.lz
nixlib-dc28cdf721d6b3c6a5be1b730745ec86f7b64de6.tar.xz
nixlib-dc28cdf721d6b3c6a5be1b730745ec86f7b64de6.tar.zst
nixlib-dc28cdf721d6b3c6a5be1b730745ec86f7b64de6.zip
umurmurd: update to 0.2.12
Support for 1.2.4 clients.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/umurmur/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/umurmur/default.nix b/pkgs/applications/networking/umurmur/default.nix
index 7c731874a5f5..715e7fa6998f 100644
--- a/pkgs/applications/networking/umurmur/default.nix
+++ b/pkgs/applications/networking/umurmur/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, openssl, protobufc, libconfig }:
 
 stdenv.mkDerivation rec {
-  name = "umurmur-0.2.10";
+  name = "umurmur-0.2.12";
   
   src = fetchurl {
     url = "http://umurmur.googlecode.com/files/${name}.tar.gz";
-    sha256 = "0c990jvm73a6lajr1qlzw0p6nkshkh2nqwjmz2sq79pj0hm9ckvy";
+    sha1 = "5be3c765af3c5f518d1e1bbd828b3582ad4097cd";
   };
   
   buildInputs = [ openssl protobufc libconfig ];