obelisk: fix hash

This commit is contained in:
Vincent Laporte 2017-08-27 10:19:40 +02:00
parent cea7c2477e
commit 4c23d059f5

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
owner = "lelio-brun";
repo = "obelisk";
rev = "v${version}";
sha256 = "1b0mnakrwd4xrj04dxnqcdmskh9r90mapb5xv0lcdgfhzlflyk3g";
sha256 = "12gldzi1mp15vwkk6llz2ignpc8ndqlycm88njb4k7r9hpv59m97";
};
buildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild menhir ];