Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 94492e861a00
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 57e9220f1bd1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on May 18, 2020

  1. oraclejdk8: 8u241 -> 8u251

    (cherry picked from commit c3b743a)
    Louis Bettens authored and Ma27 committed May 18, 2020
    Copy the full SHA
    9659dbd View commit details
  2. Copy the full SHA
    4166e36 View commit details
  3. nextcloud18: 18.0.3 -> 18.0.4

    Changes: https://nextcloud.com/changelog/#latest18
    (cherry picked from commit ed301e7)
    mmilata authored and Ma27 committed May 18, 2020
    Copy the full SHA
    57e9220 View commit details
Showing with 9 additions and 9 deletions.
  1. +5 −5 pkgs/development/compilers/oraclejdk/jdk8-linux.nix
  2. +4 −4 pkgs/servers/nextcloud/default.nix
10 changes: 5 additions & 5 deletions pkgs/development/compilers/oraclejdk/jdk8-linux.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import ./jdk-linux-base.nix {
productVersion = "8";
patchVersion = "241";
sha256.i686-linux = "1niiwifby8zqvsh0ccdf3n21vlqfvvms223dc3kw2c2rksch3yg4";
sha256.x86_64-linux = "1jz8d6663jspxgw8yxxx5ca6jaa3g67dbbi5d83pdxjmg1kk57a1";
sha256.armv7l-linux = "1pjzyi1qd4nzfwvh0z5fpwga7j8mksiv5h8wzirv2ccdyy4wqw24";
sha256.aarch64-linux = "1zliv4a0ygrsdpq36b89yl7jf7kidmxqbnp1sk2661y471x02p9l";
patchVersion = "251";
sha256.i686-linux = "0c6d25c09459e435570204f1a22a1cb765ce5d62c5bced92c9a9546b7be337f2";
sha256.x86_64-linux = "777a8d689e863275a647ae52cb30fd90022a3af268f34fc5b9867ce32f1b374e";
sha256.armv7l-linux = "f1b0c979e1b61ec52ebd5e1d0b754d7681d8623b09ac90c69718a553ef9b0cd1";
sha256.aarch64-linux = "58baeaab7da97dd5a6b02ad2dcd77c14b3b6ba014029ee67dbc2bd5f0fa98d1b";
jceName = "jce_policy-8.zip";
sha256JCE = "0n8b6b8qmwb14lllk2lk1q1ahd3za9fnjigz5xn65mpg48whl0pk";
}
8 changes: 4 additions & 4 deletions pkgs/servers/nextcloud/default.nix
Original file line number Diff line number Diff line change
@@ -26,12 +26,12 @@ let
};
in {
nextcloud17 = generic {
version = "17.0.4";
sha256 = "0cj5mng0nmj3hz30pyz3g19kj3mkm5ca8si3sw3arv61dmw6c5g6";
version = "17.0.6";
sha256 = "0qq7lkgzsn1zakfym5bjqzpcisxmgfcdd927ddqlhddy3zvgxrxx";
};

nextcloud18 = generic {
version = "18.0.3";
sha256 = "0wpxa35zj81i541j3cjq6klsjwwc5slryzvjjl7zjc32004yfrvv";
version = "18.0.4";
sha256 = "0aa3f4xbkzacfw0h9aic0ywk5mqlwka83qaszizj8lmk68kf3n7s";
};
}