linux-copperhead: 4.11.8.a -> 4.12.b
This commit is contained in:
parent
a07b961076
commit
968e0b2baf
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "4.11.8";
|
version = "4.12";
|
||||||
revision = "a";
|
revision = "b";
|
||||||
sha256 = "02wy5gpgl2hz06dlqcgg9i3ydnxkyw0m1350vc5xyh6ld5r7jnn5";
|
sha256 = "117n42sw2g40p68plr7b77mq18vibqjv0i4130f1bj6gk0sqn5i6";
|
||||||
in
|
in
|
||||||
|
|
||||||
import ./generic.nix (args // {
|
import ./generic.nix (args // {
|
||||||
version = "${version}-${revision}";
|
version = "${version}-${revision}";
|
||||||
extraMeta.branch = "4.11";
|
extraMeta.branch = "4.12";
|
||||||
modDirVersion = version;
|
modDirVersion = "${version}.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
|
Loading…
Reference in New Issue
Block a user