This commit is contained in:
mjallen18
2026-03-03 10:42:03 -06:00
parent 3655680e7c
commit 7e85953133
12 changed files with 57 additions and 29 deletions

View File

@@ -12,8 +12,8 @@
"fetcher": "github",
"owner": "raspberrypi",
"repo": "linux",
"rev": "87e52a7868888c66b2782c949c8406c27f909c11",
"hash": "sha256-1ob91gGajlTEZjn7GRls4bL5TP8Ulj74hoRUUlmeICA="
"rev": "061ed5b31ad6f3136e6094002204040cd9c1c4a3",
"hash": "sha256-1ob91gasjlTEZjn7GRls4bL5TP8Ulj74hoRUUlmeICA="
}
},
"variants": {
@@ -24,7 +24,7 @@
},
"unstable": {
"variables": {
"modDirVersion": "6.18.10"
"modDirVersion": "7.0"
}
}
},

View File

@@ -5,8 +5,8 @@
"fetcher": "github",
"owner": "raspberrypi",
"repo": "utils",
"rev": "58d5da926965ad78fb863abacdd73a00dea022a1",
"hash": "sha256-EjJMuqyJopZ+CsGrFwyjpOGx/p5+gww7IaIX0ZqlczU="
"rev": "60ea0df9b7a43b4198c0def6355b600eb2cfbfb1",
"hash": "sha256-P+SFkWcvNefpp1ZDf3GVMKuGG45POAWUeDKBvdMEAd0="
}
}
}

View File

@@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation {
pname = "raspberrypi-firmware";
version = vars.version;
src = sources.firmware;
src = sources.firmware-next;
installPhase = ''
mkdir -p $out/share/raspberrypi/

View File

@@ -10,6 +10,13 @@
"repo": "firmware",
"tag": "${version}",
"hash": "sha256-DqVgsPhppxCsZ+H6S7XY5bBoRhOgPipKibDwikqBk08="
},
"firmware-next": {
"fetcher": "github",
"owner": "raspberrypi",
"repo": "firmware",
"rev": "94a0176136cbb024858cf8debd547f3f233021b7",
"hash": "sha256-DqVgsPhppxssZ+H6S7XY5bBoRhOgPipKibDwikqBk08="
}
}
}