3
0
Fork 0
forked from mirrors/nixpkgs

linux-beagleboard: 4.9.59-r73 -> 4.9.61-r76

This commit is contained in:
Tim Steinbach 2017-11-18 17:33:40 -05:00
parent ac470a67f8
commit 170f5c7543
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,8 +1,8 @@
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args: { stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
let let
modDirVersion = "4.9.59"; modDirVersion = "4.9.61";
tag = "r73"; tag = "r76";
in in
import ./generic.nix (args // rec { import ./generic.nix (args // rec {
version = "${modDirVersion}-ti-${tag}"; version = "${modDirVersion}-ti-${tag}";
@ -12,7 +12,7 @@ import ./generic.nix (args // rec {
owner = "beagleboard"; owner = "beagleboard";
repo = "linux"; repo = "linux";
rev = "${version}"; rev = "${version}";
sha256 = "1kzbbaqmzgvfls1v9jir2ck9vcdd774mq474vhr5x6dqjnnb5kg9"; sha256 = "0hcz4fwjyic42mrn8qsvzm4jq1g5k51awjj3d2das7k8frjalaby";
}; };
kernelPatches = args.kernelPatches; kernelPatches = args.kernelPatches;