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: 0febf8d43c1c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 987a2be4303c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 13, 2017

  1. racket: 6.10 -> 6.10.1

    oxzi committed Sep 13, 2017
    Copy the full SHA
    af2ceaf View commit details
  2. Merge pull request #29330 from geistesk/racket-6.10.1

    racket: 6.10 -> 6.10.1
    Mic92 authored Sep 13, 2017
    Copy the full SHA
    987a2be 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.10";
version = "6.10.1";

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

FONTCONFIG_FILE = fontsConf;