aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libetpan
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-06-02 14:26:44 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-06-03 17:17:08 +0300
commitbac26e08dbb6622c39bba13047c54e80282d031d (patch)
tree3fb6703841226a9c43e4f14ae5676dfb50b2e46e /pkgs/development/libraries/libetpan
parentd27881c014802d367dfb40e76a37c738e3ef187b (diff)
Fix lots of fetchgit hashes (fallout from #15469)
Diffstat (limited to 'pkgs/development/libraries/libetpan')
-rw-r--r--pkgs/development/libraries/libetpan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libetpan/default.nix b/pkgs/development/libraries/libetpan/default.nix
index aa201106e3cf..063633619431 100644
--- a/pkgs/development/libraries/libetpan/default.nix
+++ b/pkgs/development/libraries/libetpan/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
src = fetchgit {
url = "git://github.com/dinhviethoa/libetpan";
rev = "refs/tags/" + version;
- sha256 = "12n0vd0bwdyjcmwmpv1hdq5l04mqy6qfyy8mhsblddqaa1ah9qy8";
+ sha256 = "13hv49271rr9yj7ifxqqmc0jfy1f26llivhp22s5wigick7qjxky";
};
buildInputs = [ autoconf automake libtool openssl ];