summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorFelix Bühler <Stunkymonkey@users.noreply.github.com>2021-11-10 22:21:47 +0100
committerGitHub <noreply@github.com>2021-11-10 16:21:47 -0500
commitf5c12e831178d43db794b78c52c87fca83288d21 (patch)
tree4d5960df67349f0b5c7ab94120f3022967c722c2 /pkgs/development/ocaml-modules
parentd4554c23a81ad967088ef82ca90b2a5488ef442b (diff)
downloadnixpkgs-f5c12e831178d43db794b78c52c87fca83288d21.tar
nixpkgs-f5c12e831178d43db794b78c52c87fca83288d21.tar.gz
nixpkgs-f5c12e831178d43db794b78c52c87fca83288d21.tar.bz2
nixpkgs-f5c12e831178d43db794b78c52c87fca83288d21.tar.lz
nixpkgs-f5c12e831178d43db794b78c52c87fca83288d21.tar.xz
nixpkgs-f5c12e831178d43db794b78c52c87fca83288d21.tar.zst
nixpkgs-f5c12e831178d43db794b78c52c87fca83288d21.zip
treewide: replace '-git' packages with 'unstable-' in version (#145396)
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/lwt/camlp4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/lwt/camlp4.nix b/pkgs/development/ocaml-modules/lwt/camlp4.nix
index fbf920d9621..88bb3d6759a 100644
--- a/pkgs/development/ocaml-modules/lwt/camlp4.nix
+++ b/pkgs/development/ocaml-modules/lwt/camlp4.nix
@@ -2,7 +2,7 @@
 
 buildDunePackage rec {
   pname = "lwt_camlp4";
-  version = "git-20180325";
+  version = "unstable-2018-03-25";
 
   src = fetchFromGitHub {
     owner = "ocsigen";