about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/obelisk
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-03-04 16:00:29 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2019-03-04 16:01:00 +0000
commit6c614a626eab04ceb71620ace7e60cf258442df7 (patch)
tree336f5122c13f20967bfdb2731c8c700bb64207b9 /pkgs/development/tools/ocaml/obelisk
parent1d628e4588a22653cafec1b052132cae99bf4904 (diff)
downloadnixlib-6c614a626eab04ceb71620ace7e60cf258442df7.tar
nixlib-6c614a626eab04ceb71620ace7e60cf258442df7.tar.gz
nixlib-6c614a626eab04ceb71620ace7e60cf258442df7.tar.bz2
nixlib-6c614a626eab04ceb71620ace7e60cf258442df7.tar.lz
nixlib-6c614a626eab04ceb71620ace7e60cf258442df7.tar.xz
nixlib-6c614a626eab04ceb71620ace7e60cf258442df7.tar.zst
nixlib-6c614a626eab04ceb71620ace7e60cf258442df7.zip
obelisk: 0.3.0 -> 0.4.0
Diffstat (limited to 'pkgs/development/tools/ocaml/obelisk')
-rw-r--r--pkgs/development/tools/ocaml/obelisk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/obelisk/default.nix b/pkgs/development/tools/ocaml/obelisk/default.nix
index 0f072c5dd931..87d592bd1126 100644
--- a/pkgs/development/tools/ocaml/obelisk/default.nix
+++ b/pkgs/development/tools/ocaml/obelisk/default.nix
@@ -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 ];