Skip to content

Commit

Permalink
racket 6.8
Browse files Browse the repository at this point in the history
The attached patch advances the version of the racket expression in
nixpkgs to the latest released 6.8 version.

From 815aae487d5ed4b70145ebadc03a5bd040a8a829 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org>
Date: Fri, 27 Jan 2017 22:55:18 -0400
Subject: [PATCH] racket: advance to the 6.8 latest released version.
  • Loading branch information
Karn Kallio authored and shlevy committed Jan 28, 2017
1 parent 5213e63 commit 9027474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/racket/default.nix
Expand Up @@ -32,11 +32,11 @@ in

stdenv.mkDerivation rec {
name = "racket-${version}";
version = "6.7";
version = "6.8";

src = fetchurl {
url = "http://mirror.racket-lang.org/installers/${version}/${name}-src.tgz";
sha256 = "0v1nz07vzz0c7rwyz15kbagpl4l42n871vbwij4wrbk2lx22ksgy";
sha256 = "1l9z1a0r5zydr50cklx9xjw3l0pwnf64i10xq7112fl1r89q3qgv";
};

FONTCONFIG_FILE = fontsConf;
Expand Down

0 comments on commit 9027474

Please sign in to comment.