ocamlPackages.base64: 3.5.1 -> 3.5.2
This commit is contained in:
@@ -11,14 +11,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "base64";
|
pname = "base64";
|
||||||
version = "3.5.1";
|
version = "3.5.2";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.03";
|
minimalOCamlVersion = "4.07";
|
||||||
duneVersion = "3";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/ocaml-base64/releases/download/v${version}/base64-${version}.tbz";
|
url = "https://github.com/mirage/ocaml-base64/releases/download/v${version}/base64-${version}.tbz";
|
||||||
hash = "sha256-2P7apZvRL+rnrMCLWSjdR4qsUj9MqNJARw0lAGUcZe0=";
|
hash = "sha256-s/XOMBqnLHAy75C+IzLXL/OWKSLADuKuxryt4Yei9Zs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ findlib ];
|
nativeBuildInputs = [ findlib ];
|
||||||
|
|||||||
Reference in New Issue
Block a user