racket: 7.2 -> 7.3

This commit is contained in:
geistesk
2019-05-16 10:02:28 +02:00
parent ab1ac905b4
commit 9ade471e67
2 changed files with 3 additions and 3 deletions
@@ -46,7 +46,7 @@ in
stdenv.mkDerivation rec {
name = "racket-${version}";
version = "7.2"; # always change at once with ./minimal.nix
version = "7.3"; # always change at once with ./minimal.nix
src = (stdenv.lib.makeOverridable ({ name, sha256 }:
fetchurl rec {
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
}
)) {
inherit name;
sha256 = "12cq0kiigmf9bxb4rcgxdhwc2fcdwvlyb1q3f8x4hswcpgq1ybg4";
sha256 = "0h6072njhb87rkz4arijvahxgjzn8r14s4wns0ijvxm89bg136yl";
};
FONTCONFIG_FILE = fontsConf;