Skip to content

Commit 66b3f92

Browse files
Release v3.10.1 (#1657)
* Prepare release v3.10.1 * Update test fixtures with the new nix-installer version * Update Determinate Nix release to 3.10.1 * flake.lock: Update Flake lock file updates: • Updated input 'determinate': 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.10.0/0199080b-89fc-7507-ba28-bded389ac703/source.tar.gz?narHash=sha256-yS3pA1AuAQT1w0oNmubAWRw2uTpf3ukxM8WtVzMYCHg%3D' (2025-09-02) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.10.1/01990bf2-1f6f-7826-a3f8-f382140c15c7/source.tar.gz?narHash=sha256-v1hHrUM%2BrOCfdc99FFxmi2NSPpcv9jxTDxB5t0XTynE%3D' (2025-09-02) • Updated input 'determinate/determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v3.10.0/macOS?narHash=sha256-Yc1/nAnyjzKjtihIDiLdbVExs6iui33cRV2DyeWhTnA%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.10.1/macOS?narHash=sha256-xBryNiGZAU6q2XfAxITBsTQqFkN54bLfPFiTRok4APk%3D' • Updated input 'determinate/determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.10.0/aarch64-linux?narHash=sha256-p99Is5D0cOQ7C8EZ5k2kwxBFfi1059B6VysHY02aEAY%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.10.1/aarch64-linux?narHash=sha256-V77Sp3bdNGfAIR/APOHwkpo27zp40AGUMYXnY%2BiOTKg%3D' • Updated input 'determinate/determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.10.0/x86_64-linux?narHash=sha256-BfMBfpJF7pc3nBwiSKXgC3ueytnfSLajPUUiQ6YytqU%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.10.1/x86_64-linux?narHash=sha256-zowqK8/V4WUOW7Nbh/Xh8Nf4q7M01w4rhJqtcDMmlGY%3D' • Updated input 'nix': 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.10.0/01990805-1fe1-7355-ab9a-4381ce04a752/source.tar.gz?narHash=sha256-OqqDruN9JyFZ1svtqpB3TWyAuc%2BiDoPdTbxKXrSha84%3D' (2025-09-02) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.10.1/01990beb-1c30-76d6-a0f2-2cc186e5af10/source.tar.gz?narHash=sha256-2m1cbL45r1Q1mZZqOkEJmBmCSmEmg2gM5WGCF4KpJLk%3D' (2025-09-02) * Update Cargo dependencies * Set Cargo.toml package.version to 3.10.1 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a07246b commit 66b3f92

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nix-installer"
33
description = "The Determinate Nix Installer"
4-
version = "3.10.0"
4+
version = "3.10.1"
55
edition = "2021"
66
resolver = "2"
77
license = "LGPL-2.1"

flake.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
, ...
3535
} @ inputs:
3636
let
37-
nix_tarball_url_prefix = "https://releases.nixos.org/nix/nix-2.31.0/nix-2.31.0-";
37+
nix_tarball_url_prefix = "https://releases.nixos.org/nix/nix-2.31.1/nix-2.31.1-";
3838
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
3939
systemsSupportedByDeterminateNixd = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
4040

tests/fixtures/linux/linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.10.0",
2+
"version": "3.10.1",
33
"actions": [
44
{
55
"action": {

tests/fixtures/linux/steam-deck.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.10.0",
2+
"version": "3.10.1",
33
"actions": [
44
{
55
"action": {

tests/fixtures/macos/macos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.10.0",
2+
"version": "3.10.1",
33
"actions": [
44
{
55
"action": {

0 commit comments

Comments
 (0)