Fix lots of fetchgit hashes (fallout from #15469)

This commit is contained in:
Tuomas Tynkkynen
2016-06-02 14:26:44 +03:00
parent d27881c014
commit bac26e08db
262 changed files with 359 additions and 359 deletions

View File

@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "git://git.libwebsockets.org/libwebsockets";
rev = "16fb0132cec0fcced29bce6d86eaf94a9beb9785";
sha256 = "fa4c81f86dfc39211b78c53c804efc19e15b81ccb05e72699220bbed27204c7d";
sha256 = "0gk4dgx125nz7wl59bx0kgxxg261r9kyxvdff5ld98slr9f08d0l";
};
buildInputs = [ cmake openssl zlib ];