linux-copperhead: 4.11.8.a -> 4.12.b

This commit is contained in:
Tim Steinbach 2017-07-06 11:42:20 -04:00
parent a07b961076
commit 968e0b2baf
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

@ -1,15 +1,15 @@
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
let
version = "4.11.8";
revision = "a";
sha256 = "02wy5gpgl2hz06dlqcgg9i3ydnxkyw0m1350vc5xyh6ld5r7jnn5";
version = "4.12";
revision = "b";
sha256 = "117n42sw2g40p68plr7b77mq18vibqjv0i4130f1bj6gk0sqn5i6";
in
import ./generic.nix (args // {
version = "${version}-${revision}";
extraMeta.branch = "4.11";
modDirVersion = version;
extraMeta.branch = "4.12";
modDirVersion = "${version}.0";
src = fetchFromGitHub {
inherit sha256;