From 7a92ed1473c9b09294a17a5a5ef935304340b9e3 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Tue, 16 Jul 2024 08:04:39 -0400 Subject: [PATCH] jhovold: 6.10.0-rc7 -> 6.10.0 --- 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 6d7a9a5..d4eb75d 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -7,10 +7,10 @@ "owner": "jhovold", "repo": "linux" }, - "branch": "wip/sc8280xp-6.10-rc7", - "revision": "7665a54596d047c9033a09399894f63e9bcf34d2", - "url": "https://github.com/jhovold/linux/archive/7665a54596d047c9033a09399894f63e9bcf34d2.tar.gz", - "hash": "1nz41g7x27yrbz1q23smhlhcalrz2vx2m77pw78yp15sl2y8gb4f" + "branch": "wip/sc8280xp-6.10", + "revision": "f0239008542ebdcd4a94755124b5700649df5c39", + "url": "https://github.com/jhovold/linux/archive/f0239008542ebdcd4a94755124b5700649df5c39.tar.gz", + "hash": "1x34i14b8xhzvny24bmrxagwbra2m0i194ymy11ipgjgsxaarxlb" } }, "version": 3 diff --git a/packages/default.nix b/packages/default.nix index d9cb87d..14d1dd2 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -17,7 +17,7 @@ in rec { linux_jhovold = pkgs.callPackage linux_x13s_pkg { src = sources.linux-jhovold; - version = "6.10.0-rc7"; + version = "6.10.0"; defconfig = "johan_defconfig"; };