summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-27 10:19:40 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-27 10:20:41 +0200
commit4c23d059f5ffd08216e6007ddeea0b0850736e6c (patch)
tree8c1a93366af3ccb126499134ffaf5ec3f9244654
parentcea7c2477e56a9afd99fd3736533053e0aafe8f0 (diff)
downloadnixlib-4c23d059f5ffd08216e6007ddeea0b0850736e6c.tar
nixlib-4c23d059f5ffd08216e6007ddeea0b0850736e6c.tar.gz
nixlib-4c23d059f5ffd08216e6007ddeea0b0850736e6c.tar.bz2
nixlib-4c23d059f5ffd08216e6007ddeea0b0850736e6c.tar.lz
nixlib-4c23d059f5ffd08216e6007ddeea0b0850736e6c.tar.xz
nixlib-4c23d059f5ffd08216e6007ddeea0b0850736e6c.tar.zst
nixlib-4c23d059f5ffd08216e6007ddeea0b0850736e6c.zip
obelisk: fix hash
-rw-r--r--pkgs/development/tools/ocaml/obelisk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/obelisk/default.nix b/pkgs/development/tools/ocaml/obelisk/default.nix
index 2b63054e59cc..0f072c5dd931 100644
--- a/pkgs/development/tools/ocaml/obelisk/default.nix
+++ b/pkgs/development/tools/ocaml/obelisk/default.nix
@@ -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 ];