racket: 7.1 -> 7.2 (#54971)

This commit is contained in:
Mario Rodas
2019-01-31 15:06:23 +00:00
committed by Michael Raskin
parent da01f9dcca
commit 46415c186c
2 changed files with 3 additions and 3 deletions
@@ -41,7 +41,7 @@ in
stdenv.mkDerivation rec {
name = "racket-${version}";
version = "7.1"; # always change at once with ./minimal.nix
version = "7.2"; # always change at once with ./minimal.nix
src = (stdenv.lib.makeOverridable ({ name, sha256 }:
fetchurl rec {
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
}
)) {
inherit name;
sha256 = "180z0z6srzyipi9wfnbh61nbvzxr5d1cls7wxapv6fw92y52jwz9";
sha256 = "12cq0kiigmf9bxb4rcgxdhwc2fcdwvlyb1q3f8x4hswcpgq1ybg4";
};
FONTCONFIG_FILE = fontsConf;