From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atuin.qyliss.net (localhost [IPv6:::1]) by atuin.qyliss.net (Postfix) with ESMTP id B75B2ADCF; Fri, 26 Jun 2026 18:55:25 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id 0728CAD9C; Fri, 26 Jun 2026 18:55:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on atuin.qyliss.net X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_PASS,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=4.0.1 Received: from mail-106111.protonmail.ch (mail-106111.protonmail.ch [79.135.106.111]) by atuin.qyliss.net (Postfix) with ESMTPS id 43C7BAD5C for ; Fri, 26 Jun 2026 18:55:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=colbyt.com; s=protonmail; t=1782500120; x=1782759320; bh=y06Ug1mEeeTsjUUHaLEsZ4NWAyODlcwsduREZJxwHOE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=O2+UHVqWQ8WX9I33TROsWEeZ8FT3DKxhJjrhU8N4VsgQjorCsTvx+ckOH9uoKxWs9 v4uoLZw6LiGJFYQVmquDttih+mAJUBp8/qOS7piyt34y/4k2x5nss+WHEgMXJZjca9 0s36VCJyAjjI36dWvTjwPWPYXrzd/MpusLnbf7V0UIo/641AE7o1uAuYhZ573Zt3Fr xlTSAAZ/Ha7JmDVBbhZGWC78vlySJd5E09LdUXq3I92zo1l/dgXxS15aKrltoBfK0Z XxWVXB9ofbQGU2Tv+yVj60Ld7WdFHOFHCh8SluOVyoqXnk9CpS94V1iXSL870qdlQf O+VwljEPJArJQ== X-Pm-Submission-Id: 4gn4cQ34zNz2Sd3G From: colbyt To: devel@spectrum-os.org Subject: [PATCH 2/8] lib: update nixpkgs Date: Fri, 26 Jun 2026 11:55:02 -0700 Message-ID: <20260626185509.3715326-3-colby@colbyt.com> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260626185509.3715326-1-colby@colbyt.com> References: <20260626185509.3715326-1-colby@colbyt.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: EZ3KTICA55XFPW6BZ5UZ36X2IKHJHKGH X-Message-ID-Hash: EZ3KTICA55XFPW6BZ5UZ36X2IKHJHKGH X-MailFrom: colby@colbyt.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; header-match-devel.spectrum-os.org-0; header-match-devel.spectrum-os.org-1; header-match-devel.spectrum-os.org-2; header-match-devel.spectrum-os.org-3; header-match-devel.spectrum-os.org-4; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: colbyt X-Mailman-Version: 3.3.10 Precedence: list List-Id: Patches and low-level development discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Move the default nixpkgs pin to 667d5cf1c59585031d743c78b394b0a647537c35. On the generic Spectrum paths this currently selects Linux 7.1.1 through linux_latest. Tested with the tools test suite and the host, app VM, and net VM kernel config builds. The net VM config built as /nix/store/k0314d1ck5wnj6mnh1w4ncsbqjcplk9y-linux-config-7.1.1. Signed-off-by: colbyt --- lib/nixpkgs.default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/nixpkgs.default.nix b/lib/nixpkgs.default.nix index 6b1b26f..bc66b36 100644 --- a/lib/nixpkgs.default.nix +++ b/lib/nixpkgs.default.nix @@ -4,6 +4,6 @@ # Generated by scripts/update-nixpkgs.sh. import (builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/cab52b36dca5a5a368f05bd03fca0b543b5b9a3e.tar.gz"; - sha256 = "161vhvxj5lmarlagrgcak8yvgwd1llcbfm7g1vqhppy1a7v73y2a"; + url = "https://github.com/NixOS/nixpkgs/archive/667d5cf1c59585031d743c78b394b0a647537c35.tar.gz"; + sha256 = "sha256-QyuGP5+QOtmXpy4i2X4DhBVBaySBdDKQEhqKcphcp34="; }) -- 2.54.0