Skip to content

Commit

Permalink
star64: linux: 5.15.128 -> 5.15.131
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Oct 5, 2023
1 parent 0ab3ee7 commit 89c6109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pine64/star64/linux-5.15.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{ 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";

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;
Expand Down

0 comments on commit 89c6109

Please sign in to comment.