opam: 2.4.0 -> 2.4.1

This commit is contained in:
Kate 2025-07-23 12:27:15 +01:00 committed by Vincent Laporte
parent 4d2c18b7df
commit 9bc4e5fd58

View File

@ -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;