Skip to content

Commit

Permalink
linux: 4.16-rc1 -> 4.16-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 4, 2018
1 parent 662b397 commit 79e46c8
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-rc1";
modDirVersion = "4.16.0-rc1";
version = "4.16-rc3";
modDirVersion = "4.16.0-rc3";
extraMeta.branch = "4.16";

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

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

0 comments on commit 79e46c8

Please sign in to comment.