ocamlPackages.zipc: 0.1.0 → 0.2.0

This commit is contained in:
Vincent Laporte 2024-01-26 13:15:53 +01:00 committed by Vincent Laporte
parent 06da8f604e
commit 18c624d108

View File

@ -7,11 +7,11 @@ lib.throwIfNot (lib.versionAtLeast ocaml.version "4.14")
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-zipc";
version = "0.1.0";
version = "0.2.0";
src = fetchurl {
url = "https://erratique.ch/software/zipc/releases/zipc-${version}.tbz";
hash = "sha256-vU4AGW1MjQ31xjwvyRKSn1AwS0X6gjLvaJGYKqzFRpk=";
hash = "sha256-YQqkCURwrJgFH0+zgfket25zJQ4w+Tcc1mTSrDuWRt0=";
};
strictDeps = true;