mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
ocamlPackages.digestif: 1.2.0 -> 1.3.0 (#398572)
This commit is contained in:
commit
d423eb0d44
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "digestif";
|
pname = "digestif";
|
||||||
version = "1.2.0";
|
version = "1.3.0";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.08";
|
minimalOCamlVersion = "4.08";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz";
|
url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz";
|
||||||
hash = "sha256-wwFoyv4nmmZTZ4BrPl5jmP10dPHlJg52gm1eydOypQg=";
|
hash = "sha256-mmzcszJTnIf0cj/DvXNiayZ1p7EWH98P7TCRhs4Y9Cc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ eqaf ];
|
propagatedBuildInputs = [ eqaf ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue