New source for ap6256-firmware and removed unstable kernel

This commit is contained in:
Andrea Ciceri
2022-04-08 10:58:58 +02:00
parent be88ca8b75
commit cb8db9e1bb
4 changed files with 8 additions and 63 deletions

View File

@@ -1,16 +1,14 @@
{ lib
, fetchFromGitLab
, fetchurl
, fetchFromGitHub
, runCommandNoCC
}:
let
src = fetchFromGitLab {
domain = "gitlab.manjaro.org";
owner = "manjaro-arm";
repo = "packages/community/ap6256-firmware";
rev = "007c6dd132263624db9ea6ce8dde4fc2108f21b7";
sha256 = "sha256-Agqz05W7Rhl0NNQwpW4aQqs9YZmYyci9OXKzEKA30uk=";
src = fetchFromGitHub {
owner = "nix-community";
repo = "rkwifibt";
rev = "421b7dd8f3c67f66910710838a0be03f3575a3c9";
sha256 = "175qcjfaz7nhpyh0hxiih53k3hly407lkpxgissvldghxrw01ccn";
};
in
runCommandNoCC "pinebookpro-ap6256-firmware"