Unverified Commit a1b8933f authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

nixtamal: 1.3.0 → 1.4.1 (#505668)

parents 910c47c1 b6a57a03
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

ocamlPackages.buildDunePackage (finalAttrs: {
  pname = "nixtamal";
  version = "1.3.0";
  version = "1.4.1";
  release_year = 2026;

  minimalOCamlVersion = "5.3";
@@ -27,7 +27,7 @@ ocamlPackages.buildDunePackage (finalAttrs: {
    url = "https://darcs.toastal.in.th/nixtamal/stable/";
    mirrors = [ "https://smeder.ee/~toastal/nixtamal.darcs" ];
    rev = finalAttrs.version;
    hash = "sha256-fB7Rl3AGCMAwLfSegV2au9IvTZ7yNRjyS4YBBHU1pBQ=";
    hash = "sha256-0iXSACRjdBkEV+9wfcKJhpzY3oArd66g/Dc30HcCbng=";
  };

  nativeBuildInputs = [
@@ -63,6 +63,7 @@ ocamlPackages.buildDunePackage (finalAttrs: {
    saturn
    stdint
    uri
    xdg
  ];

  checkInputs = with ocamlPackages; [