diff --git a/packages/librepods/version.json b/packages/librepods/version.json index 78e1fd3..710ff10 100644 --- a/packages/librepods/version.json +++ b/packages/librepods/version.json @@ -4,8 +4,8 @@ "librepods": { "fetcher": "git", "url": "https://github.com/kavishdevar/librepods", - "rev": "287163e116d092485d561ad571dae03a2f43cf2f", - "hash": "sha256-PD5U87RVBRCLWwnN54x3AEey6wqoOeZlBvzyIESH1v8=" + "rev": "339c478564bd2d0492cdb47fdae915cad6a732b2", + "hash": "sha256-JPuut0LjJmUU3WQK52tcPTMkc6bdNOHa1Rv7JYAXYa4=" } } } diff --git a/packages/raspberrypi/linux-rpi/version.json b/packages/raspberrypi/linux-rpi/version.json index e236f8e..634bf5a 100644 --- a/packages/raspberrypi/linux-rpi/version.json +++ b/packages/raspberrypi/linux-rpi/version.json @@ -1,16 +1,31 @@ { "schemaVersion": 1, - "variables": { - "modDirVersion": "6.12.47", - "tag": "stable_20250916" - }, "sources": { - "kernel": { + "stable": { "fetcher": "github", "owner": "raspberrypi", "repo": "linux", - "tag": "${tag}", + "tag": "stable_20250916", "hash": "sha256-HG8Oc04V2t54l0SOn4gKmNJWQUrZfjWusgKcWvx74H0==" + }, + "latest": { + "fetcher": "github", + "owner": "raspberrypi", + "repo": "linux", + "rev": "d477259acbe9fe42de4aa605c0c3952a2b970b37", + "hash": "sha256-HdMfQCoHL+BksDAZt8/jRtCh2I4dpaacr0yW+DF4DPo=" + } + }, + "variants": { + "lts": { + "variables": { + "modDirVersion": "6.12.47" + } + }, + "latest": { + "variables": { + "modDirVersion": "6.18.6" + } } }, "notes": { diff --git a/packages/raspberrypi/raspberrypi-utils/version.json b/packages/raspberrypi/raspberrypi-utils/version.json index ed0fb0b..7c9fca3 100644 --- a/packages/raspberrypi/raspberrypi-utils/version.json +++ b/packages/raspberrypi/raspberrypi-utils/version.json @@ -5,8 +5,8 @@ "fetcher": "github", "owner": "raspberrypi", "repo": "utils", - "rev": "230d67ad28e74b17a42064453b2163991cb51a5e", - "hash": "sha256-x3E8DwKKCmjxloCRB8djqNwuyrR4rok+JcNgPQ1ZH3Y=" + "rev": "f0ceb02829c3f8349b53633747527f4e2e5c0ae7", + "hash": "sha256-6sN2Wi0Y826EENMmGcPzOxyHoPtDGFfTsxnoH+cofWA=" } } } diff --git a/systems/x86_64-install-iso/minimal/default.nix b/systems/x86_64-install-iso/minimal/default.nix index 398251e..e008112 100644 --- a/systems/x86_64-install-iso/minimal/default.nix +++ b/systems/x86_64-install-iso/minimal/default.nix @@ -66,7 +66,7 @@ # ################################################### boot = { - kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos-lto; + kernelPackages = lib.mkForce pkgs.${namespace}.linuxPackages_cachyos-server-lto-znver4; supportedFilesystems.zfs = false; };