mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
soupault: 4.11.0 → 5.0.0
This commit is contained in:
parent
d43488ef16
commit
6758d64536
1 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
ocamlPackages.buildDunePackage rec {
|
ocamlPackages.buildDunePackage rec {
|
||||||
pname = "soupault";
|
pname = "soupault";
|
||||||
version = "4.11.0";
|
version = "5.0.0";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.13";
|
minimalOCamlVersion = "4.13";
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ ocamlPackages.buildDunePackage rec {
|
||||||
"https://github.com/PataphysicalSociety/soupault/archive/${version}.tar.gz"
|
"https://github.com/PataphysicalSociety/soupault/archive/${version}.tar.gz"
|
||||||
"https://codeberg.org/PataphysicalSociety/soupault/archive/${version}.tar.gz"
|
"https://codeberg.org/PataphysicalSociety/soupault/archive/${version}.tar.gz"
|
||||||
];
|
];
|
||||||
hash = "sha256-UABbrNNcNaN9NgtAjCs4HUoNXMaK4QvCuWERuEnMG6I=";
|
hash = "sha256-patZn5z+ZT3dONdUojSvFgaVOmG1IpVGdehCUh2uRT8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
|
@ -33,6 +33,7 @@ ocamlPackages.buildDunePackage rec {
|
||||||
buildInputs = with ocamlPackages; [
|
buildInputs = with ocamlPackages; [
|
||||||
base64
|
base64
|
||||||
camomile
|
camomile
|
||||||
|
cmarkit
|
||||||
containers
|
containers
|
||||||
csv
|
csv
|
||||||
digestif
|
digestif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue