Skip to content

Commit 44e9257

Browse files
Release v3.9.1 (#1642)
* Prepare release v3.9.1 * Update test fixtures with the new nix-installer version * flake.lock: Update Flake lock file updates: • Updated input 'determinate': '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) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.9.1/0198eeb2-9af3-7183-bab5-8e82a80b71a7/source.tar.gz?narHash=sha256-7vs0lRl37XFpKLBM1ZNA5qzmFgsI1pdJuGrjDOdM/YU%3D' (2025-08-28) • Updated input 'determinate/determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v3.9.0/macOS?narHash=sha256-kWLp/EAIfd6poQiNmhF4ZQ4DFQ%2ByjywEP5Pb42lJ1ZA%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.9.1/macOS?narHash=sha256-Ew9wiXpMh4l/H1GdBPr/nIwoZD9SRB1M7ZpyvwxvIAg%3D' • Updated input 'determinate/determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.9.0/aarch64-linux?narHash=sha256-C6zR/6prioMqNGaCK1aWywV/UXxVpQJzhuIusNwbL2Q%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.9.1/aarch64-linux?narHash=sha256-MRueeyC63X21j6i8Vrfbf6MKI4mjTskoFrn60ouDYHg%3D' • Updated input 'determinate/determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.9.0/x86_64-linux?narHash=sha256-wUh/TEjTXxSKjrSfUpS0I/1eZOnKF7B%2BWCZIZ2sHMDE%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.9.1/x86_64-linux?narHash=sha256-ZS%2Bn2k/bVOZAD%2BattTlqp9ygxVfVVDGW1dY1vtrbuJ0%3D' • Updated input 'nix': '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) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.9.1/0198eeac-a258-7efc-9860-5cad46fd5349/source.tar.gz?narHash=sha256-yfywKd4PG1VnnKqcRXIz90PbuWHnFaFcuZj%2BBU6rDJ4%3D' (2025-08-28) * Update Cargo dependencies * Set Cargo.toml package.version to 3.9.1 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 901d039 commit 44e9257

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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.9.0"
4+
version = "3.9.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.

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.9.0",
2+
"version": "3.9.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.9.0",
2+
"version": "3.9.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.9.0",
2+
"version": "3.9.1",
33
"actions": [
44
{
55
"action": {

0 commit comments

Comments
 (0)