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: c67f0c825435
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3adc7979a15b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 13, 2019

  1. kafka: 2.2.0 -> 2.2.1

    NeQuissimus committed Jun 13, 2019
    Copy the full SHA
    3adc797 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/apache-kafka/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/apache-kafka/default.nix
Original file line number Diff line number Diff line change
@@ -39,9 +39,9 @@ let
sha256 = "1gm7xiqkbg415mbj9mlazcndmky81xvg4wmz0h94yv1whp7fslr0";
};
"2.2" = {
kafkaVersion = "2.2.0";
kafkaVersion = "2.2.1";
scalaVersion = "2.12";
sha256 = "09q028kagpkzrvfdb040z8q9mspv8n7f2igrd1cs73v7mr7n42d0";
sha256 = "1svdnhdzq9a6jsig513i0ahaysfgar5i385bq9fz7laga6a4z3qv";
};
};
in