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

Commits on Nov 5, 2020

  1. keycloak: 11.0.2 -> 11.0.3

    (cherry picked from commit 23b43eb)
    talyz committed Nov 5, 2020
    Copy the full SHA
    8d6c33a View commit details
  2. Merge pull request #102955 from talyz/keycloak-11.0.3-20.09

    [20.09] keycloak: 11.0.2 -> 11.0.3
    mweinelt authored Nov 5, 2020
    Copy the full SHA
    bc7c121 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/keycloak/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/keycloak/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "keycloak";
version = "10.0.2";
version = "11.0.3";

src = fetchzip {
url = "https://downloads.jboss.org/keycloak/${version}/keycloak-${version}.zip";
sha256 = "1fn8yd02m0bnvwkbrfxrdnxfab30s0wzm3zxpy63wf3vak7nacma";
sha256 = "15fw49rhnjky108hh71dkdlafd0ajr1n13vhivqcw6c18zvyan35";
};

nativeBuildInputs = [ makeWrapper ];