about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2024-04-22 12:33:00 +0700
committerVincent Laporte <vbgl@users.noreply.github.com>2024-04-26 15:26:55 +0200
commit0f4bfa056f57d69f1ae5d7c9b6d42b99f3ea8c98 (patch)
treec550be4d1c79fc1a731571a225d64fb33ce21715 /pkgs/by-name
parent68a0f5e0303b35fbb69d412255bc4f81334657b5 (diff)
soupault: 4.9.0 → 4.10.0
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/so/soupault/package.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/pkgs/by-name/so/soupault/package.nix b/pkgs/by-name/so/soupault/package.nix
index f14774c4865ad..a3d9257d3e310 100644
--- a/pkgs/by-name/so/soupault/package.nix
+++ b/pkgs/by-name/so/soupault/package.nix
@@ -7,13 +7,9 @@
 , testers
 }:
 
-let
+ocamlPackages.buildDunePackage rec {
   pname = "soupault";
-
-  version = "4.9.0";
-in
-ocamlPackages.buildDunePackage {
-  inherit pname version;
+  version = "4.10.0";
 
   minimalOCamlVersion = "4.13";
 
@@ -22,7 +18,7 @@ ocamlPackages.buildDunePackage {
       "https://github.com/PataphysicalSociety/soupault/archive/${version}.tar.gz"
       "https://codeberg.org/PataphysicalSociety/soupault/archive/${version}.tar.gz"
     ];
-    hash = "sha256-vGTJUbAeYs/EYFykNSmCc4c9G66/Lz3BsUYnZQ8feFo=";
+    hash = "sha256-mkbRWw4Qj7pk2MQJERA9cAuC8DXD/fOShVXz2zPtXZ4=";
   };
 
   nativeBuildInputs = lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ darwin.sigtool ];