linux-copperhead: 4.12.7.a -> 4.12.8.a

This commit is contained in:
Tim Steinbach 2017-08-18 15:47:03 -04:00
parent 9281b05c7f
commit 7209ed6d4b
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,9 +1,9 @@
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
let
version = "4.12.7";
version = "4.12.8";
revision = "a";
sha256 = "1kj0s5r7fx2d0crak7576jv9r6q7yx4aqmxpib6mhj1zfhsczdp0";
sha256 = "03ldbgs4w70q756bl5gsxr2z428njnlslh6293y34r54gz5li9a3";
in
import ./generic.nix (args // {