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