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: a0b7a7913c42
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 606306e0eaac
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 2, 2019

  1. adoptopenjdk-jre-bin: Update source hashes for aarch64

    Seems like they replaced the release file.
    Updated with
    pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
    so should be reasonably safe.
    
    (cherry picked from commit b67f792)
    
    aarch64 build is broken. See #62148.
    JohnAZoidberg authored and taku0 committed Jun 2, 2019
    Copy the full SHA
    3440ef2 View commit details
  2. adoptopenjdk-bin: Update source hashes for aarch64

    Seems like they replaced the release file.
    Updated with
    pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
    so should be reasonably safe.
    
    (cherry picked from commit 069e1a7)
    
    aarch64 build is broken. See #62148.
    JohnAZoidberg authored and taku0 committed Jun 2, 2019
    Copy the full SHA
    e4c4a39 View commit details
  3. Merge pull request #62483 from taku0/adoptopenjdk-bin-11.0.3-fix-aarc…

    …h64-hash
    
    [19.03] adoptopenjdk-bin: Update source hashes for aarch64 (backport)
    Mic92 authored Jun 2, 2019
    Copy the full SHA
    606306e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/adoptopenjdk-bin/sources.json
4 changes: 2 additions & 2 deletions pkgs/development/compilers/adoptopenjdk-bin/sources.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"hotspot": {
"aarch64": {
"build": "7",
"sha256": "ac367f3261fb53508c07f7eeb767b11ab53681b7613b81b6b7030c4db00b1aa8",
"sha256": "894a846600ddb0df474350037a2fb43e3343dc3606809a20c65e750580d8f2b9",
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.3%2B7/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.3_7.tar.gz",
"version": "11.0.3"
},
@@ -33,7 +33,7 @@
"hotspot": {
"aarch64": {
"build": "7",
"sha256": "4af5b7d6678d03f2207029a7c610d81b1f016462c1dfcd8153a227b1df973a42",
"sha256": "de31fab70640c6d5099de5fc8fa8b4d6b484a7352fa48a9fafbdc088ca708564",
"url": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.3%2B7/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.3_7.tar.gz",
"version": "11.0.3"
},