From c194c94c1659d8f61ce92ab522d1ebabf22a117c Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Mon, 11 Mar 2024 13:08:19 -0400 Subject: [PATCH] jhovold: 6.8.0-rc7 -> 6.8.0 --- npins/sources.json | 8 ++++---- packages/default.nix | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index 1b81b0e..1beff78 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -21,10 +21,10 @@ "owner": "jhovold", "repo": "linux" }, - "branch": "wip/sc8280xp-v6.8-rc7", - "revision": "9115b43910d83f598cf86f0274f1a543211f84cb", - "url": "https://github.com/jhovold/linux/archive/9115b43910d83f598cf86f0274f1a543211f84cb.tar.gz", - "hash": "10c1825z50sd7h5g61dx9jgwjaw25qmkakbs7fyxzrj0f2ycmgx7" + "branch": "wip/sc8280xp-v6.8", + "revision": "935f2e13e13d2dcfb923d3b0881c905861a7a9ce", + "url": "https://github.com/jhovold/linux/archive/935f2e13e13d2dcfb923d3b0881c905861a7a9ce.tar.gz", + "hash": "031lssdf455v82qxaj7rhs9z809i16is03xwc6354p5xafrqj3cj" }, "linux-jhovold-6_7": { "type": "Git", diff --git a/packages/default.nix b/packages/default.nix index 506578c..95129b3 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -15,9 +15,11 @@ let ); in rec { - linux_jhovold = pkgs.callPackage linux_x13s_pkg { + linux_jhovold = linux_jhovold_6_8; + + linux_jhovold_6_8 = pkgs.callPackage linux_x13s_pkg { src = sources.linux-jhovold; - version = "6.8.0-rc7"; + version = "6.8.0"; defconfig = "johan_defconfig"; };