opam: 2.4.0 -> 2.4.1
This commit is contained in:
parent
4d2c18b7df
commit
9bc4e5fd58
@ -15,11 +15,11 @@ assert lib.versionAtLeast ocaml.version "4.08.0";
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "opam";
|
||||
version = "2.4.0";
|
||||
version = "2.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ocaml/opam/releases/download/${finalAttrs.version}/opam-full-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-EZ9B77EZLa019Ef78cYgL/wzEQXpSdKYCnXfjLLJMoI=";
|
||||
hash = "sha256-xNBTApeTxxTk5zQLEVdCjA+QeDWF+xfzUVgkemQEZ9k=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user