Skip to content

Commit 0d9db49

Browse files
Release v3.11.0 (#1660)
* Prepare release v3.11.0 * 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.10.1/01990bf2-1f6f-7826-a3f8-f382140c15c7/source.tar.gz?narHash=sha256-v1hHrUM%2BrOCfdc99FFxmi2NSPpcv9jxTDxB5t0XTynE%3D' (2025-09-02) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.11.0/01991164-458d-7012-9bd0-b2aaba3049d1/source.tar.gz?narHash=sha256-9IcRHtHNGZAJ6TzAkz3G4gJf3Vh6ruWYekmV3vWiFZg%3D' (2025-09-03) • Updated input 'determinate/determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v3.10.1/macOS?narHash=sha256-xBryNiGZAU6q2XfAxITBsTQqFkN54bLfPFiTRok4APk%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS?narHash=sha256-2hh/7cbdn7SBVWpOV1gYfkrtlDTodCH6UUpu0SHY2wI%3D' • Updated input 'determinate/determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.10.1/aarch64-linux?narHash=sha256-V77Sp3bdNGfAIR/APOHwkpo27zp40AGUMYXnY%2BiOTKg%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.11.0/aarch64-linux?narHash=sha256-LwKQ/fo5K2t16z6PgD/gFc0UaFNgJEdKaG7Kon63aJE%3D' • Updated input 'determinate/determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.10.1/x86_64-linux?narHash=sha256-zowqK8/V4WUOW7Nbh/Xh8Nf4q7M01w4rhJqtcDMmlGY%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux?narHash=sha256-kiwI4TbmtkgLH4BOM%2Bg7mIqRhPJc635JzZgGi6isjxU%3D' • Updated input 'nix': '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) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.11.0/0199115d-cc20-7faa-8329-b54571934f81/source.tar.gz?narHash=sha256-j9705/Sz7wuqrZv/KxazsltKev%2BJFC7uxeo7fyS4jW0%3D' (2025-09-03) * Update Cargo dependencies * Set Cargo.toml package.version to 3.11.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66b3f92 commit 0d9db49

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.1"
4+
version = "3.11.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.

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.1",
2+
"version": "3.11.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.10.1",
2+
"version": "3.11.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.10.1",
2+
"version": "3.11.0",
33
"actions": [
44
{
55
"action": {

0 commit comments

Comments
 (0)