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

Commits on Apr 25, 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.
    JohnAZoidberg committed Apr 25, 2019
    Copy the full SHA
    b67f792 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.
    JohnAZoidberg committed Apr 25, 2019
    Copy the full SHA
    069e1a7 View commit details

Commits on Apr 28, 2019

  1. Merge pull request #60224 from JohnAZoidberg/fix-jre11

    openjdk11: Update source hashes for aarch64
    aanderse authored Apr 28, 2019
    Copy the full SHA
    cad1a82 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"
},