Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5fcdd6c562e2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 504552e420ca
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 4, 2017

  1. racket: 6.8 -> 6.9

    oxzi committed Jun 4, 2017
    Copy the full SHA
    c57d0be View commit details
  2. Merge pull request #26369 from geistesk/racket-6.9

    racket: 6.8 -> 6.9
    LnL7 authored Jun 4, 2017
    Copy the full SHA
    504552e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/racket/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/racket/default.nix
Original file line number Diff line number Diff line change
@@ -33,11 +33,11 @@ in

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

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

FONTCONFIG_FILE = fontsConf;