racket: 7.6 -> 7.7

This commit is contained in:
Mario Rodas
2020-05-03 04:20:00 -05:00
parent 74fe010392
commit eafd5b4d1b
2 changed files with 4 additions and 7 deletions
@@ -5,7 +5,7 @@ racket.overrideAttrs (oldAttrs: rec {
name = "racket-minimal-${oldAttrs.version}";
src = oldAttrs.src.override {
inherit name;
sha256 = "0id094q9024hj2n3907l7dblp3iix1v5289xzskmh5c26xfygp9y";
sha256 = "1lxcd4ix8q3089xql48hwccxvcpkinfxwxnc6fhcjdgzqcyxh3ln";
};
meta = oldAttrs.meta // {