mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
obelisk: fix hash
This commit is contained in:
parent
cea7c2477e
commit
4c23d059f5
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user