racket: 7.5 -> 7.6

Changelog: https://download.racket-lang.org/v7.6.html
This commit is contained in:
Mario Rodas
2020-02-14 04:20:00 -05:00
parent 20bc3aa323
commit dd95c8149a
2 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@ racket.overrideAttrs (oldAttrs: rec {
name = "racket-minimal-${oldAttrs.version}";
src = oldAttrs.src.override {
inherit name;
sha256 = "0478f0phkjch10ncsl8lm8a1m8qvgchrkgzpcaxyhmg2clyjgn8r";
sha256 = "0id094q9024hj2n3907l7dblp3iix1v5289xzskmh5c26xfygp9y";
};
meta = oldAttrs.meta // {