Unverified Commit 0bdee97a authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

ocamlPackages.atdgen-codec-runtime: 3.0.1 -> 4.0.0 (#500667)

parents dcde2436 da6fb1e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

buildDunePackage (finalAttrs: {
  pname = "atdgen-codec-runtime";
  version = "3.0.1";
  version = "4.0.0";

  src = fetchurl {
    url = "https://github.com/ahrefs/atd/releases/download/${finalAttrs.version}/atd-${finalAttrs.version}.tbz";
    hash = "sha256-A66uRWWjLYu2ishRSvXvx4ALFhnClzlBynE4sSs0SIQ=";
    hash = "sha256-NRT+TcTniGQLPpqf7DtbEG5vYJtZ0oUicB3hvS6pCfE=";
  };

  meta = {