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: ec1ee660c995
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: eab067fd9e18
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on May 17, 2018

  1. linux-copperhead: 4.14.39.a -> 4.14.41.a

    (cherry picked from commit b577dc3)
    NeQuissimus committed May 17, 2018
    Copy the full SHA
    ab8b927 View commit details
  2. linux-copperhead: 4.16.7.a -> 4.16.9.a

    (cherry picked from commit 1006c8c)
    NeQuissimus committed May 17, 2018
    Copy the full SHA
    14f84df View commit details
  3. kafka: 1.0.0 -> 1.0.1

    (cherry picked from commit c65686c)
    NeQuissimus committed May 17, 2018
    Copy the full SHA
    eab067f View commit details
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-copperhead-lts.nix
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.14.39";
version = "4.14.41";
revision = "a";
sha256 = "19nx537a8kbbyp5d67anrqfw8i8hliw3yb1gyrf70isl3fqifjaa";
sha256 = "16jwv1drs6xlwghzn8ps7v8x5xja61b5y6747c86g17idfaac1k3";

# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-copperhead-stable.nix
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.16.7";
version = "4.16.9";
revision = "a";
sha256 = "1kdy3sqrn161hm5avhk3nd75p07a21ja0rzar3ybibh1bl2mc6zq";
sha256 = "1g1924whb79cflh4wcqpyq9d7nfxdsvsjh2mv5ps85fsg2109kpl";

# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
4 changes: 2 additions & 2 deletions pkgs/servers/apache-kafka/default.nix
Original file line number Diff line number Diff line change
@@ -19,9 +19,9 @@ let
sha256 = "1wj639h95aq5n132fq1rbyzqh5rsa4mlhbg3c5mszqglnzdz4xn7";
};
"1.0" = {
kafkaVersion = "1.0.0";
kafkaVersion = "1.0.1";
scalaVersion = "2.12";
sha256 = "1cs4nmp39m99gqjpy5klsffqksc0h9pz514jkq99qb95a83x1cfm";
sha256 = "1fxn6i0kanwksj1dhcnlni0cn542k50wdg8jkwhfmf4qq8yfl90m";
};
};
in