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

Commits on Apr 22, 2020

  1. keycloak: 9.0.2 -> 9.0.3

    ngerstle committed Apr 22, 2020
    Copy the full SHA
    06e55a1 View commit details

Commits on Apr 23, 2020

  1. Copy the full SHA
    99fdbf8 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 = "9.0.2";
version = "9.0.3";

src = fetchzip {
url = "https://downloads.jboss.org/keycloak/${version}/keycloak-${version}.zip";
sha256 = "0yavkmwhjb8i4j3g57nda77simlf1dj1m751xzbgxxq6nd0q73lw";
sha256 = "0nlfa6wwgj04xgg4ps5gpjp4iq2lmas97y5qz61lhns1p42xr4ls";
};

nativeBuildInputs = [ makeWrapper ];