summary refs log tree commit diff
path: root/pkgs/development/libraries/libestr
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-04 05:05:56 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-04 05:05:56 +0200
commit13f98c6e40d61cab2c3cbbe486083ea805631dbb (patch)
treed2d3d4ec0e965f070aa1fcc6b1705d9574dd88b6 /pkgs/development/libraries/libestr
parent5677898e9de405f2e2903f361bae25b942d8d804 (diff)
downloadnixpkgs-13f98c6e40d61cab2c3cbbe486083ea805631dbb.tar
nixpkgs-13f98c6e40d61cab2c3cbbe486083ea805631dbb.tar.gz
nixpkgs-13f98c6e40d61cab2c3cbbe486083ea805631dbb.tar.bz2
nixpkgs-13f98c6e40d61cab2c3cbbe486083ea805631dbb.tar.lz
nixpkgs-13f98c6e40d61cab2c3cbbe486083ea805631dbb.tar.xz
nixpkgs-13f98c6e40d61cab2c3cbbe486083ea805631dbb.tar.zst
nixpkgs-13f98c6e40d61cab2c3cbbe486083ea805631dbb.zip
libestr: update from 0.1.4 to 0.1.9
Diffstat (limited to 'pkgs/development/libraries/libestr')
-rw-r--r--pkgs/development/libraries/libestr/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libestr/default.nix b/pkgs/development/libraries/libestr/default.nix
index 74d86667b5b..271311cf46c 100644
--- a/pkgs/development/libraries/libestr/default.nix
+++ b/pkgs/development/libraries/libestr/default.nix
@@ -1,8 +1,8 @@
 { stdenv, fetchurl }:
 stdenv.mkDerivation {
-  name = "libestr-0.1.4";
+  name = "libestr-0.1.9";
   src = fetchurl {
-    url = http://libestr.adiscon.com/files/download/libestr-0.1.4.tar.gz;
-    sha256 = "1qw5vqryawdm434l9ql3r160ap2f5mmp7b6pciac7qli62y0a2z3";
+    url = http://libestr.adiscon.com/files/download/libestr-0.1.9.tar.gz;
+    sha256 = "06km9mlw5qq4aa7503l81d0qcghzl0n3lh0z41r1xjpa04nnwb42";
   };
 }