From 2f45c376461ec1153ebab48d87b074a82e143497 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Thu, 15 Jun 2017 06:47:07 -0400 Subject: [PATCH] gerbil: 0.10 -> 0.11 --- pkgs/development/compilers/gerbil/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/gerbil/default.nix b/pkgs/development/compilers/gerbil/default.nix index 1bffd1bd1c84..7ea403715a53 100644 --- a/pkgs/development/compilers/gerbil/default.nix +++ b/pkgs/development/compilers/gerbil/default.nix @@ -3,10 +3,10 @@ stdenv.mkDerivation rec { name = "gerbil-${version}"; - version = "0.10"; + version = "0.11"; src = fetchurl { url = "https://github.com/vyzo/gerbil/archive/v${version}.tar.gz"; - sha256 = "14wzdnifr99g1mvm2xwks97nhaq62hfx43pxcw9gs647i7cymbly"; + sha256 = "0mqg6cqdcf5qr7vk79x5zkls7z2wm8i3lhwn0b7i0g1m6yyyyff7"; }; buildInputs = [ gambit openssl zlib coreutils rsync bash ]; @@ -46,7 +46,7 @@ EOF dontStrip = true; meta = { - description = "Gerbil"; + description = "Gerbil Scheme"; homepage = "https://github.com/vyzo/gerbil"; license = stdenv.lib.licenses.lgpl2; platforms = stdenv.lib.platforms.linux;