mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
linux-copperhead: 4.12.7.a -> 4.12.8.a
This commit is contained in:
parent
9281b05c7f
commit
7209ed6d4b
1 changed files with 2 additions and 2 deletions
|
@ -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 // {
|
||||
|
|
Loading…
Reference in a new issue