Commit ba26205f authored by K900's avatar K900
Browse files

linux-firmware: don't explicitly passthru version

Breaks overrides
parent 0145fa3e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -40,8 +40,5 @@ stdenvNoCC.mkDerivation rec {
    priority = 6; # give precedence to kernel firmware
  };

  passthru = {
    inherit version;
    updateScript = ./update.sh;
  };
  passthru.updateScript = ./update.sh;
}