Skip to content

Commit 901d039

Browse files
Release v3.9.0 (#1640)
* Prepare release v3.9.0 * Update test fixtures with the new nix-installer version * Update Determinate Nix release to 3.9.0 * flake.lock: Update Flake lock file updates: • Updated input 'determinate': 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.8.6/0198c8e2-c539-7713-a109-3ff0e73574dd/source.tar.gz?narHash=sha256-QNc4TY7l/NIkPpuFSXGAUnAFpsz4GiYAwGFyYXEJ9lc%3D' (2025-08-20) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.9.0/0198e852-daf0-7145-b53f-6877e7f9c85b/source.tar.gz?narHash=sha256-RyKmJOcobC2nKf612FhM2D6ik0sLquZ6JRb0NzfAGCc%3D' (2025-08-26) • Updated input 'determinate/determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v3.8.6/macOS?narHash=sha256-TXc1t7wbUtzwyytrZMR9SoTsUdoXatDf45aoNndaonY%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.9.0/macOS?narHash=sha256-kWLp/EAIfd6poQiNmhF4ZQ4DFQ%2ByjywEP5Pb42lJ1ZA%3D' • Updated input 'determinate/determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.8.6/aarch64-linux?narHash=sha256-MaD8woffmbfytD/1Ism5xLhonTlCzXyTU6TmVpin2vU%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.9.0/aarch64-linux?narHash=sha256-C6zR/6prioMqNGaCK1aWywV/UXxVpQJzhuIusNwbL2Q%3D' • Updated input 'determinate/determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.8.6/x86_64-linux?narHash=sha256-cAXTuExL/7cmdzXM0vJLuHvExpjmv39%2BvWwgJyKbZnA%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.9.0/x86_64-linux?narHash=sha256-wUh/TEjTXxSKjrSfUpS0I/1eZOnKF7B%2BWCZIZ2sHMDE%3D' • Updated input 'nix': 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.8.6/0198c717-3128-706c-95f8-49294f65c4b7/source.tar.gz?narHash=sha256-aHMByu8/6cJsUYffUgM4DnZRiLfBpQM0C9Wa3dCJ87o%3D' (2025-08-20) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.9.0/0198e84c-ab87-7b82-9f1b-2c6f38e00c5e/source.tar.gz?narHash=sha256-YHp0kpAUK%2B4tWoeMnwkRIL3WxOGVDvFBHqgNuxDGBwc%3D' (2025-08-26) * Update Cargo dependencies * Set Cargo.toml package.version to 3.9.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f3e0874 commit 901d039

File tree

7 files changed

+86
-64
lines changed

7 files changed

+86
-64
lines changed

Cargo.lock

Lines changed: 62 additions & 40 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.8.6"
4+
version = "3.9.0"
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.30.2/nix-2.30.2-";
37+
nix_tarball_url_prefix = "https://releases.nixos.org/nix/nix-2.31.0/nix-2.31.0-";
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.8.6",
2+
"version": "3.9.0",
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.8.6",
2+
"version": "3.9.0",
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.8.6",
2+
"version": "3.9.0",
33
"actions": [
44
{
55
"action": {

0 commit comments

Comments
 (0)