From 3ccd6509ada8051c7d1d05da16a1ec4947b0487c Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 26 Dec 2014 22:53:21 +0100 Subject: [PATCH] ocaml-uucp: update from 0.9.0 to 0.9.1 --- pkgs/development/ocaml-modules/uucp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/uucp/default.nix b/pkgs/development/ocaml-modules/uucp/default.nix index 2ee39cab9f4b..121f333f5433 100644 --- a/pkgs/development/ocaml-modules/uucp/default.nix +++ b/pkgs/development/ocaml-modules/uucp/default.nix @@ -4,7 +4,7 @@ let inherit (stdenv.lib) getVersion versionAtLeast; pname = "uucp"; - version = "0.9.0"; + version = "0.9.1"; webpage = "http://erratique.ch/software/${pname}"; in @@ -16,7 +16,7 @@ stdenv.mkDerivation { src = fetchurl { url = "${webpage}/releases/${pname}-${version}.tbz"; - sha256 = "1cwjr16cg03h30r97lnb32g725qi7ma76kr2aly5smc3m413dhqy"; + sha256 = "0mbrh5fi2b9a4bl71p7hfs0wwbw023ww44n20x0syxn806wjlrkm"; }; buildInputs = [ ocaml findlib opam ];