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

This commit is contained in:
Tim Steinbach 2017-08-27 09:43:23 -04:00
parent e97dd43a48
commit bebaf083cd
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: { stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
let let
version = "4.12.8"; version = "4.12.9";
revision = "a"; revision = "a";
sha256 = "03ldbgs4w70q756bl5gsxr2z428njnlslh6293y34r54gz5li9a3"; sha256 = "0bdhzh483l9g6c7n263f4wxx5klfciswzkmd5p6jlf9wqx72km33";
in in
import ./generic.nix (args // { import ./generic.nix (args // {