[Nix-dev] [nix-dev][patch] sbcl: 1.3.17 -> 1.3.18

Shea Levy shea at shealevy.com
Tue Jun 27 22:30:35 CEST 2017


Applied as 6739a1773e68839dcc9f99331def17ce3931e410, thanks!

Tomas Hlavaty <tom at logand.com> writes:

> The attached patch updates sbcl version.
>
> From efdeb164ab3ca748a960791b093638c982465e97 Mon Sep 17 00:00:00 2001
> From: Tomas Hlavaty <tom at logand.com>
> Date: Tue, 27 Jun 2017 22:15:17 +0200
> Subject: [PATCH] sbcl: 1.3.17 -> 1.3.18
>
> ---
>  pkgs/development/compilers/sbcl/default.nix | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/pkgs/development/compilers/sbcl/default.nix b/pkgs/development/compilers/sbcl/default.nix
> index dcd110954c..036a3b9f3d 100644
> --- a/pkgs/development/compilers/sbcl/default.nix
> +++ b/pkgs/development/compilers/sbcl/default.nix
> @@ -9,11 +9,11 @@
>  
>  stdenv.mkDerivation rec {
>    name    = "sbcl-${version}";
> -  version = "1.3.17";
> +  version = "1.3.18";
>  
>    src = fetchurl {
>      url    = "mirror://sourceforge/project/sbcl/sbcl/${version}/${name}-source.tar.bz2";
> -    sha256 = "1bqd39cqcv129zxvp3w3z1x46m9g9nmgslnlrvcsbqwd69vgbfcl";
> +    sha256 = "13irc67v02xa861n9g4lq7q80pnd8drkrgmigqdl9b2mp8n64bgv";
>    };
>  
>    patchPhase = ''
> -- 
> 2.12.2
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://mailman.science.uu.nl/pipermail/nix-dev/attachments/20170627/8a6f9ac5/attachment.sig>


More information about the nix-dev mailing list