1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

racket: 8.13 -> 8.14

Changes: https://blog.racket-lang.org/2024/08/racket-v8-14.html
This commit is contained in:
Ashish SHUKLA 2024-08-23 00:29:21 +05:30
parent 4de4818c1f
commit 3238b16ece
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ in
stdenv.mkDerivation rec {
pname = "racket";
version = "8.13"; # always change at once with ./minimal.nix
version = "8.14"; # always change at once with ./minimal.nix
src =
(lib.makeOverridable (
@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
))
{
name = "${pname}-${version}";
hash = "sha256-AB4EkgRAtlic9i1Wd9GMwv9q6Puvd+Y7iozyCJBoX7w=";
hash = "sha256-qrjMDbM27S04KAPHCK1VqV/FKkQ2yRL2FvfEnUhFriw=";
};
FONTCONFIG_FILE = fontsConf;

View file

@ -5,7 +5,7 @@ racket.overrideAttrs (oldAttrs: rec {
version = oldAttrs.version;
src = oldAttrs.src.override {
name = "${pname}-${version}";
hash = "sha256-9fotAmBj72eRl+n4Paigs+PQs8BezUqWLEzjI6RBYzc=";
hash = "sha256-/BhnyIw4QQ2aMKW8FDJlsalSW3pTLqP74CXJ15td5so=";
};
meta = oldAttrs.meta // {