Fix lots of fetchgit hashes (fallout from #15469)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user