Revert "linux-copperhead: 4.11.8.a -> 4.12.a"

This reverts commit cb703f1314.
This commit is contained in:
Tim Steinbach 2017-07-04 20:56:02 -04:00
parent 4d545297d8
commit cd1f998289
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

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