Skip to content

Commit

Permalink
linux: 4.16-rc3 -> 4.16-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 5, 2018
1 parent ddf13e6 commit 1d1275e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-testing.nix
@@ -1,13 +1,13 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:

buildLinux (args // rec {
version = "4.16-rc3";
modDirVersion = "4.16.0-rc3";
version = "4.16-rc4";
modDirVersion = "4.16.0-rc4";
extraMeta.branch = "4.16";

src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1av2fki8dxcxmm3p8w25njij0akv33ylzf10g8gi7f1qshmlysdp";
sha256 = "0fxs3i7rdw5mybmim0npmzqpp7i3ppy1f6f72q2w3qdbjmbqm7w6";
};

# Should the testing kernels ever be built on Hydra?
Expand Down

0 comments on commit 1d1275e

Please sign in to comment.