summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/psmt2-frontend
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-01-30 10:55:52 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-01-30 10:55:52 +0100
commit229ef3021c27511f3b765058e0d6eeafd24467f6 (patch)
tree3bdf77d2b300adddb0de3a6bb17bec34de1ad376 /pkgs/development/ocaml-modules/psmt2-frontend
parentffe1ba89853cee12c75cf98f620022a758fc7818 (diff)
downloadnixpkgs-229ef3021c27511f3b765058e0d6eeafd24467f6.tar
nixpkgs-229ef3021c27511f3b765058e0d6eeafd24467f6.tar.gz
nixpkgs-229ef3021c27511f3b765058e0d6eeafd24467f6.tar.bz2
nixpkgs-229ef3021c27511f3b765058e0d6eeafd24467f6.tar.lz
nixpkgs-229ef3021c27511f3b765058e0d6eeafd24467f6.tar.xz
nixpkgs-229ef3021c27511f3b765058e0d6eeafd24467f6.tar.zst
nixpkgs-229ef3021c27511f3b765058e0d6eeafd24467f6.zip
ocamlPackages.psmt2-frontend: minor cleaning
Diffstat (limited to 'pkgs/development/ocaml-modules/psmt2-frontend')
-rw-r--r--pkgs/development/ocaml-modules/psmt2-frontend/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/psmt2-frontend/default.nix b/pkgs/development/ocaml-modules/psmt2-frontend/default.nix
index 41e13f21a41..1cb14f75faa 100644
--- a/pkgs/development/ocaml-modules/psmt2-frontend/default.nix
+++ b/pkgs/development/ocaml-modules/psmt2-frontend/default.nix
@@ -8,12 +8,10 @@ buildDunePackage rec {
     owner = "ACoquereau";
     repo = pname;
     rev = version;
-    sha256 = "sha256-cYY9x7QZjH7pdJyHMqfMXgHZ3/zJLp/6ntY6OSIo6Vs=";
+    hash = "sha256-cYY9x7QZjH7pdJyHMqfMXgHZ3/zJLp/6ntY6OSIo6Vs=";
   };
 
-  useDune2 = true;
-
-  minimumOCamlVersion = "4.03";
+  minimalOCamlVersion = "4.03";
 
   strictDeps = true;