mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
linux-copperhead: 4.11.6.d -> 4.11.7.a
This commit is contained in:
parent
8f9d3bfddb
commit
03aed4cfcf
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
{ stdenv, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
||||
|
||||
let
|
||||
version = "4.11.6";
|
||||
revision = "d";
|
||||
sha256 = "1wpfvcbcs93gx8v87h2z7l2dzbyl9vlcqxpfz8y65achhjj7kqlg";
|
||||
version = "4.11.7";
|
||||
revision = "a";
|
||||
sha256 = "0gvg0gnhl2hi0zw705zh1a8wrwm9831jmw5llr1miq6av7hgxw7n";
|
||||
in
|
||||
|
||||
import ./generic.nix (args // {
|
||||
|
|
Loading…
Reference in a new issue