Merge pull request #222897 from vbgl/ocaml-digestif-1.1.3

ocamlPackages.digestif: 1.1.2 → 1.1.4

authored by Ulrik Strid and committed by GitHub dda0967d 48bc6afb

+4 -5
+3 -5
pkgs/development/ocaml-modules/digestif/default.nix
··· 1 1 { lib, ocaml, fetchurl, buildDunePackage 2 - , pkg-config, which 3 2 , eqaf 4 3 , alcotest, astring, bos, findlib, fpath 5 4 }: 6 5 7 6 buildDunePackage rec { 8 7 pname = "digestif"; 9 - version = "1.1.2"; 8 + version = "1.1.4"; 10 9 11 10 minimalOCamlVersion = "4.08"; 11 + duneVersion = "3"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz"; 15 - sha256 = "sha256-edNM5ROxFIV+OAqr328UcyGPGwXdflHQOJB3ntAbRmY="; 15 + hash = "sha256-w3k+cg8NqAVPYobFRcghp/6+iC5/TlSX7ImxWjU1EeE="; 16 16 }; 17 - 18 - nativeBuildInputs = [ findlib which ocaml pkg-config ]; 19 17 20 18 propagatedBuildInputs = [ eqaf ]; 21 19
+1
pkgs/development/ocaml-modules/tezos-base58/default.nix
··· 12 12 }; 13 13 14 14 minimalOCamlVersion = "4.08"; 15 + duneVersion = "3"; 15 16 16 17 propagatedBuildInputs = [ 17 18 zarith digestif fmt