summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-10-25 05:35:55 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-10-25 05:36:37 +0000
commitc640f024dd0a90d760f67b9c40cea7b6bfeceaff (patch)
treed1b399113a7022dd66c59c1f064addb39abdbe29
parentd17ab805fd8d150c78760cc9e7d3741b99cee07e (diff)
downloadnixpkgs-c640f024dd0a90d760f67b9c40cea7b6bfeceaff.tar
nixpkgs-c640f024dd0a90d760f67b9c40cea7b6bfeceaff.tar.gz
nixpkgs-c640f024dd0a90d760f67b9c40cea7b6bfeceaff.tar.bz2
nixpkgs-c640f024dd0a90d760f67b9c40cea7b6bfeceaff.tar.lz
nixpkgs-c640f024dd0a90d760f67b9c40cea7b6bfeceaff.tar.xz
nixpkgs-c640f024dd0a90d760f67b9c40cea7b6bfeceaff.tar.zst
nixpkgs-c640f024dd0a90d760f67b9c40cea7b6bfeceaff.zip
ocamlPackages.vg: 0.9.0 -> 0.9.1
-rw-r--r--pkgs/development/ocaml-modules/vg/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/vg/default.nix b/pkgs/development/ocaml-modules/vg/default.nix
index 8a8668df74e..582b2dc8a2c 100644
--- a/pkgs/development/ocaml-modules/vg/default.nix
+++ b/pkgs/development/ocaml-modules/vg/default.nix
@@ -11,7 +11,7 @@ let
   inherit (stdenv.lib) optionals versionAtLeast;
 
   pname = "vg";
-  version = "0.9.0";
+  version = "0.9.1";
   webpage = "http://erratique.ch/software/${pname}";
 in
 
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "${webpage}/releases/${pname}-${version}.tbz";
-    sha256 = "1czd2fq85hy24w5pllarsq4pvbx9rda5zdikxfxdng8s9kff2h3f";
+    sha256 = "07h9a464v0x066mjg3ldkaq94ah47b7rvh54z4rndrg7v6bk7kyp";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild topkg ];
@@ -54,8 +54,8 @@ stdenv.mkDerivation rec {
     module. An API allows to implement new renderers.
     '';
     homepage = "${webpage}";
-    platforms = ocaml.meta.platforms or [];
-    license = licenses.bsd3;
+    inherit (ocaml.meta) platforms;
+    license = licenses.isc;
     maintainers = [ maintainers.jirkamarsik ];
   };
 }