Merge pull request #175494 from toastal/soupault-4.0.1

soupault: 4.0.0 → 4.0.1
This commit is contained in:
Sandro 2022-06-03 17:16:43 +02:00 committed by GitHub
commit 5b20afe51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,7 @@
ocamlPackages.buildDunePackage rec {
pname = "soupault";
version = "4.0.0";
useDune2 = true;
version = "4.0.1";
minimalOCamlVersion = "4.08";
@ -16,7 +14,7 @@ ocamlPackages.buildDunePackage rec {
owner = "PataphysicalSociety";
repo = pname;
rev = version;
sha256 = "sha256-txNKAZMd3LReFoAtf6iaoDF+Ku3IUNDzBWUqGC2ePKw=";
sha256 = "sha256-Ojsup/BgXsqhRUsU6JevvuLnMtVs2Kd5kTeDvVO5BOk=";
};
buildInputs = with ocamlPackages; [
@ -42,6 +40,7 @@ ocamlPackages.buildDunePackage rec {
meta = {
description = "A tool that helps you create and manage static websites";
homepage = "https://soupault.app/";
changelog = "https://codeberg.org/PataphysicalSociety/soupault/src/branch/main/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ toastal ];
};