Add opam 1.1.1

+3 -3
+3 -3
pkgs/development/tools/ocaml/opam/1.1.nix
··· 30 sha256 = "5421559aa12b4debffef947f7e1039c22e9dffd87a4aa68445a687a20764ae81"; 31 }; 32 opam = fetchurl { 33 - url = "https://github.com/ocaml/opam/archive/1.1.0.zip"; 34 - sha256 = "38a5edc1428f9e8e0d13e7017c97e1614dd651b75b4c234c80ff22f103d38bf7"; 35 }; 36 }; 37 in 38 stdenv.mkDerivation rec { 39 - name = "opam-1.1.0"; 40 41 buildInputs = [unzip curl ncurses ocaml]; 42
··· 30 sha256 = "5421559aa12b4debffef947f7e1039c22e9dffd87a4aa68445a687a20764ae81"; 31 }; 32 opam = fetchurl { 33 + url = "https://github.com/ocaml/opam/archive/1.1.1.zip"; 34 + sha256 = "9c69eeb448af5a38950b2664446401ce240b9f028e0b4d26b6ac1a96938a5f03"; 35 }; 36 }; 37 in 38 stdenv.mkDerivation rec { 39 + name = "opam-1.1.1"; 40 41 buildInputs = [unzip curl ncurses ocaml]; 42