Skip to content

Commit 2244bc0

Browse files
Release v3.11.1 (#1661)
* Prepare release v3.11.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.11.0/01991164-458d-7012-9bd0-b2aaba3049d1/source.tar.gz?narHash=sha256-9IcRHtHNGZAJ6TzAkz3G4gJf3Vh6ruWYekmV3vWiFZg%3D' (2025-09-03) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.11.1/01991762-b4e5-7a3b-8bfc-5d0f1ed4965e/source.tar.gz?narHash=sha256-BLUHtWWoHFR6UJJJwkmivSv7RTjo92wlT0Y7kbCd2MY%3D' (2025-09-05) • Updated input 'determinate/determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS?narHash=sha256-2hh/7cbdn7SBVWpOV1gYfkrtlDTodCH6UUpu0SHY2wI%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.11.1/macOS?narHash=sha256-Dym4kTLMTxAxNyZcrHRKRVMBINQPA7qgr%2B7dHozNrps%3D' • Updated input 'determinate/determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.11.0/aarch64-linux?narHash=sha256-LwKQ/fo5K2t16z6PgD/gFc0UaFNgJEdKaG7Kon63aJE%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.11.1/aarch64-linux?narHash=sha256-eYVSpk%2Bly2YRSYvgT47ABmFRwG0DliNO/8ntBkoRmjI%3D' • Updated input 'determinate/determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux?narHash=sha256-kiwI4TbmtkgLH4BOM%2Bg7mIqRhPJc635JzZgGi6isjxU%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.11.1/x86_64-linux?narHash=sha256-ZvRoKG/v0WS2XrDgkV%2B/hq3ARGokGisyelncKwlefvk%3D' • Updated input 'nix': '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) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.11.1/01991737-661d-7932-b7c9-d3a0499b4c3f/source.tar.gz?narHash=sha256-/XtKs/hpYXJPeT3WppFVFZH1WvPDmeTt11hMWt/Bwas%3D' (2025-09-04) * Update Cargo dependencies * Set Cargo.toml package.version to 3.11.1 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d9db49 commit 2244bc0

File tree

6 files changed

+43
-42
lines changed

6 files changed

+43
-42
lines changed

Cargo.lock

Lines changed: 20 additions & 19 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.11.0"
4+
version = "3.11.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.11.0",
2+
"version": "3.11.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.11.0",
2+
"version": "3.11.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.11.0",
2+
"version": "3.11.1",
33
"actions": [
44
{
55
"action": {

0 commit comments

Comments
 (0)