From 7e752729c14e6893350993e61b3e8f9cf3ad12b6 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Mon, 19 Feb 2024 11:43:18 -0500 Subject: [PATCH] chore: 6.8.0-rc4 -> 6.8.0-rc5 --- npins/sources.json | 8 ++++---- packages/default.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index eca6313..36903a0 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -21,10 +21,10 @@ "owner": "jhovold", "repo": "linux" }, - "branch": "wip/sc8280xp-v6.8-rc4", - "revision": "e6afa0380b4915646a07306d706f6337f40fef90", - "url": "https://github.com/jhovold/linux/archive/e6afa0380b4915646a07306d706f6337f40fef90.tar.gz", - "hash": "0jb546y44pjgs2g9mv8074gmffw9r42p13zvnn9va5qmzjr6ahk1" + "branch": "wip/sc8280xp-v6.8-rc5", + "revision": "00a0ee0018ac61ec4c93536f27916ff40cfe7a99", + "url": "https://github.com/jhovold/linux/archive/00a0ee0018ac61ec4c93536f27916ff40cfe7a99.tar.gz", + "hash": "115yra3w4a0f4aprjb8n5gpq4xc8j7h3kql18z755jii5gd49qfr" } }, "version": 3 diff --git a/packages/default.nix b/packages/default.nix index 087f619..78efe0d 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -5,7 +5,7 @@ let linux_x13s_pkg = { buildLinux, ... }@args: let - version = "6.8.0-rc4"; + version = "6.8.0-rc5"; modDirVersion = "${version}"; in buildLinux ( @@ -22,7 +22,7 @@ let patch = ( pkgs.fetchurl { url = "https://lore.kernel.org/lkml/20240205182810.58382-1-brgl@bgdev.pl/t.mbox.gz"; - hash = "sha256-MeuDkVFSf/KqzcD92wR6U9yOJhOKmZkXsgGcOm/9l/k="; + hash = "sha256-kplvgUGE70eVivaN59Ozj7/utgnPEkVUjC8nemyM4vU="; } ); extraStructuredConfig = {