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:
parent
d814c50505
commit
56627d5444
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ let
|
||||||
};
|
};
|
||||||
opam = fetchurl {
|
opam = fetchurl {
|
||||||
url = "https://github.com/ocaml/opam/archive/1.2.2.zip";
|
url = "https://github.com/ocaml/opam/archive/1.2.2.zip";
|
||||||
sha256 = "1fxd5axlh9f3jb47y9paa9ld78qwcyp7pv3m60k401ym1dps32jk";
|
sha256 = "c590ce55ae69ec74f46215cf16a156a02b23c5f3ecb22f23a3ad9ba3d91ddb6e";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
|
Loading…
Reference in a new issue