linux-copperhead: 4.11.8.a -> 4.12.a
This commit is contained in:
parent
c31d21c9b1
commit
cb703f1314
@ -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 = "a";
|
||||||
sha256 = "02wy5gpgl2hz06dlqcgg9i3ydnxkyw0m1350vc5xyh6ld5r7jnn5";
|
sha256 = "1vh104y40b7lkmgdbr0rd56i6qydinijfnnzn5aj5fi4n0n750v6";
|
||||||
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…
x
Reference in New Issue
Block a user