From dd82e5716f14dea69d09885540178afe5f20fb6b Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 May 2023 04:20:00 +0000 Subject: opam: 2.1.4 -> 2.1.5 Changelog: https://github.com/ocaml/opam/releases/tag/2.1.5 Diff: https://github.com/ocaml/opam/compare/2.1.4...2.1.5 --- pkgs/development/tools/ocaml/opam/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/development/tools/ocaml') diff --git a/pkgs/development/tools/ocaml/opam/default.nix b/pkgs/development/tools/ocaml/opam/default.nix index 1db7ea151fa..0463db7482b 100644 --- a/pkgs/development/tools/ocaml/opam/default.nix +++ b/pkgs/development/tools/ocaml/opam/default.nix @@ -71,13 +71,13 @@ let sha256 = "0jnqsv6pqp5b5g7lcjwgd75zqqvcwcl5a32zi03zg1kvj79p5gxs"; }; opam = fetchurl { - url = "https://github.com/ocaml/opam/archive/2.1.4.zip"; - sha256 = "0zp8sb75pw1kyqlm7bsiagfwq46mv41mxh5q2prn2cwg6xri2wrg"; + url = "https://github.com/ocaml/opam/archive/2.1.5.zip"; + sha256 = "0s8r5gfs2zsyfn3jzqnvns3g0rkik3pw628n0dik55fwq3zjgg4a"; }; }; in stdenv.mkDerivation { pname = "opam"; - version = "2.1.4"; + version = "2.1.5"; strictDeps = true; @@ -144,4 +144,4 @@ in stdenv.mkDerivation { platforms = platforms.all; }; } -# Generated by: ./opam.nix.pl -v 2.1.4 -p opam-shebangs.patch +# Generated by: ./opam.nix.pl -v 2.1.5 -p opam-shebangs.patch -- cgit 1.4.1