about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-26 22:32:56 -0700
committerVincent Laporte <vbgl@users.noreply.github.com>2019-02-11 12:35:22 +0100
commit8c2d2cba7c1f730bfb1848fe7051894b821388fa (patch)
tree9f9004521f65c0c6467cffeb10fd0426c314d957
parent936c9f4118f222711d850ed1c9e8061518bbb789 (diff)
downloadnixlib-8c2d2cba7c1f730bfb1848fe7051894b821388fa.tar
nixlib-8c2d2cba7c1f730bfb1848fe7051894b821388fa.tar.gz
nixlib-8c2d2cba7c1f730bfb1848fe7051894b821388fa.tar.bz2
nixlib-8c2d2cba7c1f730bfb1848fe7051894b821388fa.tar.lz
nixlib-8c2d2cba7c1f730bfb1848fe7051894b821388fa.tar.xz
nixlib-8c2d2cba7c1f730bfb1848fe7051894b821388fa.tar.zst
nixlib-8c2d2cba7c1f730bfb1848fe7051894b821388fa.zip
ocamlPackages.topkg: 0.9.1 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-topkg/versions
-rw-r--r--pkgs/development/ocaml-modules/topkg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/topkg/default.nix b/pkgs/development/ocaml-modules/topkg/default.nix
index 3e6b78a71719..e28a86907bb4 100644
--- a/pkgs/development/ocaml-modules/topkg/default.nix
+++ b/pkgs/development/ocaml-modules/topkg/default.nix
@@ -22,11 +22,11 @@ in
 
 stdenv.mkDerivation rec {
   name = "ocaml${ocaml.version}-topkg-${version}";
-  version = "0.9.1";
+  version = "1.0.0";
 
   src = fetchurl {
     url = "http://erratique.ch/software/topkg/releases/topkg-${version}.tbz";
-    sha256 = "1slrzbmyp81xhgsfwwqs2d6gxzvqx0gcp34rq00h5iblhcq7myx6";
+    sha256 = "1df61vw6v5bg2mys045682ggv058yqkqb67w7r2gz85crs04d5fw";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild ];