ocamlPackages.atdgen-codec-runtime: 4.1.0 -> 4.2.0 (#509202)

This commit is contained in:
Vincent Laporte
2026-04-30 06:08:03 +00:00
committed by GitHub
@@ -6,11 +6,11 @@
buildDunePackage (finalAttrs: {
pname = "atdgen-codec-runtime";
version = "4.1.0";
version = "4.2.0";
src = fetchurl {
url = "https://github.com/ahrefs/atd/releases/download/${finalAttrs.version}/atd-${finalAttrs.version}.tbz";
hash = "sha256-c7J+xg77vqYPMRy8oJwQS1U3vocz9HcnqfXth41uBGw=";
hash = "sha256-QOVMjs3EV5QVUiH0KZwqnUkXD07EFCToyInSNaUtOlU=";
};
meta = {