aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libetpan
diff options
context:
space:
mode:
authorMatthew O'Gorman <mog@rldn.net>2018-03-07 23:41:33 -0500
committerMatthew O'Gorman <mog@rldn.net>2018-03-07 23:41:33 -0500
commit17e8da6b71ac02066e6136b40b18ac1868241cac (patch)
tree5ce1f466ed8dee5a23979880c38a39d550bd687b /pkgs/development/libraries/libetpan
parent05412c95da24b1f6eada4f260eca0bd6dc83c8c2 (diff)
libetpan: 1.6 -> 1.8
Diffstat (limited to 'pkgs/development/libraries/libetpan')
-rw-r--r--pkgs/development/libraries/libetpan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libetpan/default.nix b/pkgs/development/libraries/libetpan/default.nix
index 063633619431..b09c2dd0f47e 100644
--- a/pkgs/development/libraries/libetpan/default.nix
+++ b/pkgs/development/libraries/libetpan/default.nix
@@ -1,6 +1,6 @@
{ autoconf, automake, fetchgit, libtool, stdenv, openssl }:
-let version = "1.6"; in
+let version = "1.8"; in
stdenv.mkDerivation {
name = "libetpan-${version}";
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
src = fetchgit {
url = "git://github.com/dinhviethoa/libetpan";
rev = "refs/tags/" + version;
- sha256 = "13hv49271rr9yj7ifxqqmc0jfy1f26llivhp22s5wigick7qjxky";
+ sha256 = "09xqy1n18qn63x7idfrpwm59lfkvb1p5vxkyksywvy4f6mn4pyxk";
};
buildInputs = [ autoconf automake libtool openssl ];