linux-rpi: Fix modDirVersion
This causes build breakage on staging due to #7524.
This commit is contained in:
parent
db22d387db
commit
ec43c69b5d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue