From 89c6109adceb6fabf2ccda62ddfc4aa4fa19f25b Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Fri, 29 Sep 2023 11:42:48 +0200 Subject: [PATCH] star64: linux: 5.15.128 -> 5.15.131 --- pine64/star64/linux-5.15.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pine64/star64/linux-5.15.nix b/pine64/star64/linux-5.15.nix index be44f53..c6b0178 100644 --- a/pine64/star64/linux-5.15.nix +++ b/pine64/star64/linux-5.15.nix @@ -1,7 +1,7 @@ { lib, callPackage, linuxPackagesFor, kernelPatches, fetchpatch, ... }: let - modDirVersion = "5.15.128"; + modDirVersion = "5.15.131"; linuxPkg = { lib, fetchFromGitHub, buildLinux, ... }@args: buildLinux (args // { version = "${modDirVersion}-fishwaldo-star64"; @@ -9,8 +9,8 @@ let src = fetchFromGitHub { owner = "Fishwaldo"; repo = "Star64_linux"; - rev = "e9ae40dd4b7eb2d5083e318ce65f81e8f01d8118"; # Star64_devel branch - hash = "sha256-jzF5NO/JAQxnaiQ79m6nws95jl17NBctWEa1MP4rimo="; + rev = "1456c984f15e21e28fb8a9ce96d0ca10e61a71c4"; # Star64_devel branch + hash = "sha256-I5wzmxiY7PWpahYCqTOAmYEiJvpRPpUV7S21Kn9lLwg="; }; inherit modDirVersion;