obelisk: fix hash
This commit is contained in:
parent
cea7c2477e
commit
4c23d059f5
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "lelio-brun";
|
owner = "lelio-brun";
|
||||||
repo = "obelisk";
|
repo = "obelisk";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1b0mnakrwd4xrj04dxnqcdmskh9r90mapb5xv0lcdgfhzlflyk3g";
|
sha256 = "12gldzi1mp15vwkk6llz2ignpc8ndqlycm88njb4k7r9hpv59m97";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild menhir ];
|
buildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild menhir ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user