Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1542fd8e8d54
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 722ac6969b95
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 27, 2020

  1. racket: Update source hashes

    Upstream has replaced the tarballs in place to fix racket/racket#3499.
    meithecatte committed Nov 27, 2020

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    9c01258 View commit details
  2. Merge pull request #105147 from NieDzejkob/racket-src-hashes

    racket: Update source hashes
    SuperSandro2000 authored Nov 27, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    722ac69 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 pkgs/development/interpreters/racket/default.nix
  2. +1 −1 pkgs/development/interpreters/racket/minimal.nix
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/racket/default.nix
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
}
)) {
name = "${pname}-${version}";
sha256 = "18pz6gjzqy6a62xkcmjanhr7kgxpvpmc0blrk4igz8ldcybz44if";
sha256 = "0gmp2ahmfd97nn9bwpfx9lznjmjkd042slnrrbdmyh59cqh98y2m";
};

FONTCONFIG_FILE = fontsConf;
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/racket/minimal.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ racket.overrideAttrs (oldAttrs: rec {
name = "racket-minimal-${oldAttrs.version}";
src = oldAttrs.src.override {
inherit name;
sha256 = "0xvnd7afx058sg7j51bmbikqgn4sl0246nkhr8zlqcrbr3nqi6p4";
sha256 = "0yc5zkpq1bavj64h67pllw6mfjhmdp65fgdpyqcaan3syy6b5cia";
};

meta = oldAttrs.meta // {