summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/gg
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-10-12 07:54:37 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-10-13 06:14:25 +0200
commit4fa4f6f8413f7c8c56dca901c0f973e149449703 (patch)
tree532635b6734cb1f2c4f2cedce4e4bf5725d4634a /pkgs/development/ocaml-modules/gg
parent197547e4ba2f739e70be8a1d98d5471a253ebb96 (diff)
downloadnixlib-4fa4f6f8413f7c8c56dca901c0f973e149449703.tar
nixlib-4fa4f6f8413f7c8c56dca901c0f973e149449703.tar.gz
nixlib-4fa4f6f8413f7c8c56dca901c0f973e149449703.tar.bz2
nixlib-4fa4f6f8413f7c8c56dca901c0f973e149449703.tar.lz
nixlib-4fa4f6f8413f7c8c56dca901c0f973e149449703.tar.xz
nixlib-4fa4f6f8413f7c8c56dca901c0f973e149449703.tar.zst
nixlib-4fa4f6f8413f7c8c56dca901c0f973e149449703.zip
ocaml-gg: 0.9.0 -> 0.9.1
Diffstat (limited to 'pkgs/development/ocaml-modules/gg')
-rw-r--r--pkgs/development/ocaml-modules/gg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/gg/default.nix b/pkgs/development/ocaml-modules/gg/default.nix
index a40d4ae79784..653b627fc0b6 100644
--- a/pkgs/development/ocaml-modules/gg/default.nix
+++ b/pkgs/development/ocaml-modules/gg/default.nix
@@ -4,7 +4,7 @@ let
   inherit (stdenv.lib) getVersion versionAtLeast;
 
   pname = "gg";
-  version = "0.9.0";
+  version = "0.9.1";
   webpage = "http://erratique.ch/software/${pname}";
 in
 
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "${webpage}/releases/${pname}-${version}.tbz";
-    sha256 = "055pza6jbjjj7wgzf7pbn0ccxw76i8w5b2bcnaz8b9m4x6jaa6gh";
+    sha256 = "0czj41sr8jsivl3z8wyblf9k971j3kx2wc3s0c1nhzcc8allg9i2";
   };
 
   buildInputs = [ ocaml findlib opam ];