3
0
Fork 0
forked from mirrors/nixpkgs

ocaml-opam: the sha hash of 1.2.2 changed

This is a bit scary. The sha of 1.2.2 changed, causing a crash on
download of the url. This updates to the current sha. Opam maintainer
why, oh why, do you change a released version without a version bump??
This commit is contained in:
Eric Merritt 2015-05-23 20:01:30 -07:00
parent d814c50505
commit 56627d5444

View file

@ -38,7 +38,7 @@ let
};
opam = fetchurl {
url = "https://github.com/ocaml/opam/archive/1.2.2.zip";
sha256 = "1fxd5axlh9f3jb47y9paa9ld78qwcyp7pv3m60k401ym1dps32jk";
sha256 = "c590ce55ae69ec74f46215cf16a156a02b23c5f3ecb22f23a3ad9ba3d91ddb6e";
};
};
in stdenv.mkDerivation rec {