opam2json: 0.4 -> 0.5

This commit is contained in:
Alexander Bantyev
2026-06-24 07:13:53 +02:00
parent 89b6706482
commit bc147c0cd0
+3 -3
View File
@@ -7,19 +7,19 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "opam2json";
version = "0.4";
version = "0.5";
src = fetchFromGitHub {
owner = "tweag";
repo = "opam2json";
rev = "v${finalAttrs.version}";
sha256 = "sha256-5pXfbUfpVABtKbii6aaI2EdAZTjHJ2QntEf0QD2O5AM=";
sha256 = "sha256-rBGN9TERADPXiehNe1/9emO6QqYPrTwSoMdB+BVEWpM=";
};
buildInputs = with ocamlPackages; [
yojson
opam-file-format
cmdliner_1
cmdliner
];
nativeBuildInputs = with ocamlPackages; [
ocaml