racket: 7.1 -> 7.2 (#54971)

This commit is contained in:
Mario Rodas 2019-01-31 10:06:23 -05:00 committed by Michael Raskin
parent da01f9dcca
commit 46415c186c
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -5,7 +5,7 @@ racket.overrideAttrs (oldAttrs: rec {
name = "racket-minimal-${oldAttrs.version}";
src = oldAttrs.src.override {
inherit name;
sha256 = "11vcqxdgyarv89ijd46wzrdl2wk7xjirg7ynlz7r0smdcqrcl711";
sha256 = "01wsiyqfiiwn2n4xxk8d8di92l2ng7yhc4bfmgrvkgaqzy3zfhhx";
};
meta = oldAttrs.meta // {