ocamlPackages.checkseum: 0.3.4 → 0.4.0

This commit is contained in:
Vincent Laporte 2022-09-30 18:14:36 +02:00
parent a5a5849f27
commit eaa176afd1
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -6,14 +6,14 @@
}:
buildDunePackage rec {
version = "0.3.4";
version = "0.4.0";
pname = "checkseum";
minimalOCamlVersion = "4.07";
src = fetchurl {
url = "https://github.com/mirage/checkseum/releases/download/v${version}/checkseum-${version}.tbz";
sha256 = "sha256-BL4BOwxXORrkOOba4QjRSetm8bF9JmlKHSFPq24+1zg=";
sha256 = "sha256-K6QPMts5+hxH2a+WQ1N0lwMBoshG2T0bSozNgzRvAlo=";
};
buildInputs = [ dune-configurator ];