mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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 {
|
||||
pname = "soupault";
|
||||
version = "4.11.0";
|
||||
version = "5.0.0";
|
||||
|
||||
minimalOCamlVersion = "4.13";
|
||||
|
||||
|
@ -21,7 +21,7 @@ ocamlPackages.buildDunePackage rec {
|
|||
"https://github.com/PataphysicalSociety/soupault/archive/${version}.tar.gz"
|
||||
"https://codeberg.org/PataphysicalSociety/soupault/archive/${version}.tar.gz"
|
||||
];
|
||||
hash = "sha256-UABbrNNcNaN9NgtAjCs4HUoNXMaK4QvCuWERuEnMG6I=";
|
||||
hash = "sha256-patZn5z+ZT3dONdUojSvFgaVOmG1IpVGdehCUh2uRT8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
|
@ -33,6 +33,7 @@ ocamlPackages.buildDunePackage rec {
|
|||
buildInputs = with ocamlPackages; [
|
||||
base64
|
||||
camomile
|
||||
cmarkit
|
||||
containers
|
||||
csv
|
||||
digestif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue