mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 05:08:41 +00:00
linux-rpi: Fix modDirVersion
This causes build breakage on staging due to #7524.
This commit is contained in:
parent
db22d387db
commit
ec43c69b5d
@ -7,7 +7,7 @@ let
|
||||
in import ./generic.nix (args // rec {
|
||||
version = "3.18.y-${rev}";
|
||||
|
||||
modDirVersion = "3.18.7-v7";
|
||||
modDirVersion = "3.18.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://api.github.com/repos/raspberrypi/linux/tarball/${rev}";
|
||||
|
Loading…
Reference in New Issue
Block a user