summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/opam
diff options
context:
space:
mode:
authorEric Merritt <eric@afiniate.com>2015-05-23 20:01:30 -0700
committerEric Merritt <eric@afiniate.com>2015-05-24 12:31:44 -0700
commit56627d5444d53b32b0c46bb7037cfa7e4510b1db (patch)
tree159e4c5f9c76129e15738d0881aef558e3f33c13 /pkgs/development/tools/ocaml/opam
parentd814c50505c0583bc2b80e6af2f62fe02cb24971 (diff)
downloadnixpkgs-56627d5444d53b32b0c46bb7037cfa7e4510b1db.tar
nixpkgs-56627d5444d53b32b0c46bb7037cfa7e4510b1db.tar.gz
nixpkgs-56627d5444d53b32b0c46bb7037cfa7e4510b1db.tar.bz2
nixpkgs-56627d5444d53b32b0c46bb7037cfa7e4510b1db.tar.lz
nixpkgs-56627d5444d53b32b0c46bb7037cfa7e4510b1db.tar.xz
nixpkgs-56627d5444d53b32b0c46bb7037cfa7e4510b1db.tar.zst
nixpkgs-56627d5444d53b32b0c46bb7037cfa7e4510b1db.zip
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??
Diffstat (limited to 'pkgs/development/tools/ocaml/opam')
-rw-r--r--pkgs/development/tools/ocaml/opam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/opam/default.nix b/pkgs/development/tools/ocaml/opam/default.nix
index 283bd581a13..0d765ec93bb 100644
--- a/pkgs/development/tools/ocaml/opam/default.nix
+++ b/pkgs/development/tools/ocaml/opam/default.nix
@@ -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 {