This commit is contained in:
mjallen18
2026-03-04 13:43:18 -06:00
parent 5f79421d9e
commit d17d096a97
6 changed files with 487 additions and 150 deletions

View File

@@ -21,6 +21,8 @@ let
versionSpec = importJSON ./version.json;
selected = selectVariant versionSpec null null;
sources = mkAllSources selected;
# cargoHash is stored alongside the source in version.json so the TUI can update it
cargoHash = selected.sources.librepods.cargoHash;
in
rustPlatform.buildRustPackage rec {
pname = "librepods";
@@ -30,7 +32,7 @@ rustPlatform.buildRustPackage rec {
sourceRoot = "${src.name}/linux-rust";
cargoHash = "sha256-Ebqx+UU2tdygvqvDGjBSxbkmPnkR47/yL3sCVWo54CU=";
inherit cargoHash;
nativeBuildInputs = [
pkg-config

View File

@@ -5,7 +5,9 @@
"fetcher": "git",
"url": "https://github.com/kavishdevar/librepods",
"rev": "c852b726deb5344ea3637332722a7c93f3858d60",
"hash": "sha256-RoOkINI+ahepAbgwdkcl1iI9XGI/gYXWiH0J9Eb90pg="
"hash": "sha256-RoOkINI+ahepAbgwdkcl1iI9XGI/gYXWiH0J9Eb90pg=",
"cargoHash": "sha256-Ebqx+UU2tdygvqvDGjBSxbkmPnkR47/yL3sCVWo54CU=",
"cargoSubdir": "linux-rust"
}
}
}

View File

@@ -12,6 +12,7 @@
"fetcher": "github",
"owner": "raspberrypi",
"repo": "linux",
"branch": "rpi-7.0.y",
"rev": "061ed5b31ad6f3136e6094002204040cd9c1c4a3",
"hash": "sha256-/NJOgInTEoeTnirZI8f1eU9fc6N5zXhAnJx4rfwqmDk="
}

View File

@@ -6,6 +6,7 @@
"name": "bluez-firmware",
"owner": "RPi-Distro",
"repo": "bluez-firmware",
"branch": "pios/trixie",
"rev": "cdf61dc691a49ff01a124752bd04194907f0f9cd",
"hash": "sha256-35pnbQV/zcikz9Vic+2a1QAS72riruKklV8JHboL9NY="
},
@@ -14,6 +15,7 @@
"name": "firmware-nonfree",
"owner": "RPi-Distro",
"repo": "firmware-nonfree",
"branch": "trixie",
"rev": "40dea60e27078fac57a3fed51010e2c26865d49b",
"hash": "sha256-yXKzrkr7zdw/ba8GEi0r+XjnZEsQ59LPEuXj0HaKwxU="
}

View File

@@ -15,6 +15,7 @@
"fetcher": "github",
"owner": "raspberrypi",
"repo": "firmware",
"branch": "next",
"rev": "94a0176136cbb024858cf8debd547f3f233021b7",
"hash": "sha256-aVuAcRQl45/XjPBmEVaok8dc0sEwesmAv722kKEGCeI="
}