obelisk: 0.3.0 -> 0.4.0

This commit is contained in:
Vincent Laporte 2019-03-04 16:00:29 +00:00
parent 1d628e4588
commit 6c614a626e
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "obelisk-${version}";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "lelio-brun";
repo = "obelisk";
rev = "v${version}";
sha256 = "12gldzi1mp15vwkk6llz2ignpc8ndqlycm88njb4k7r9hpv59m97";
sha256 = "0rw85knbwqj2rys1hh5qy8sfdqb4mb1wsriy38n7zcpbwim47vb8";
};
buildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild menhir ];