From 4c5a5bf78c130bf2ad59f458cca19c9737c8c80f Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Tue, 2 Apr 2024 11:57:32 -0400 Subject: [PATCH] jhovold: 6.9.0-rc1 -> 6.9.0-rc2 --- npins/sources.json | 8 ++++---- packages/default.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index 64dc3a7..ac259be 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -7,10 +7,10 @@ "owner": "jhovold", "repo": "linux" }, - "branch": "wip/sc8280xp-6.9-rc1", - "revision": "ee2ccfe6dccbd8e7599e23c2992d471c4e3da58d", - "url": "https://github.com/jhovold/linux/archive/ee2ccfe6dccbd8e7599e23c2992d471c4e3da58d.tar.gz", - "hash": "0yybngki79wx1kg6qa2ph1p6gwzicl8cdm5yyzbih484jylg56m8" + "branch": "wip/sc8280xp-6.9-rc2", + "revision": "3c8b4c98604b2e426b4f62c3b90a363b3bde0a52", + "url": "https://github.com/jhovold/linux/archive/3c8b4c98604b2e426b4f62c3b90a363b3bde0a52.tar.gz", + "hash": "0xcy58zyznqayvrmgf0xgvdagnl4k44a02ahl4zzi5h95146bvs8" } }, "version": 3 diff --git a/packages/default.nix b/packages/default.nix index dc75c57..de03c87 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -19,7 +19,7 @@ rec { linux_jhovold_6_9 = pkgs.callPackage linux_x13s_pkg { src = sources.linux-jhovold; - version = "6.9.0-rc1"; + version = "6.9.0-rc2"; defconfig = "johan_defconfig"; };