Skip to content

Commit f1a83fd

Browse files
Release v3.8.0 (#1606)
* Prepare release v3.8.0 * Update test fixtures with the new nix-installer version * Update Determinate Nix release to 3.8.0 * flake.lock: Update Flake lock file updates: • Updated input 'determinate': 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.7.0/0197d1d0-a95b-74a2-9844-133c7639d933/source.tar.gz?narHash=sha256-px4%2BH0VI5H%2BkzHgfoyAD0haTNiAXhiVgXqCAgAjT16A%3D' (2025-07-03) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.8.0/0197f566-d0fc-79a1-9816-7064a5f6d367/source.tar.gz?narHash=sha256-b2ot8YUldB6pEYu5LCTz1eWOiRvZm9A33T20E/359fM%3D' (2025-07-10) • Updated input 'determinate/determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v3.7.0/macOS?narHash=sha256-%2BO3K2pZRWkbL0DEh5HyV0%2BpyAkRmJ0z6NjYTvetrTtk%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.8.0/macOS?narHash=sha256-/D0JRGZLKXFGN/v1m93ngSy0HJwXlJ6LatVzSGieZr8%3D' • Updated input 'determinate/determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.7.0/aarch64-linux?narHash=sha256-r8BSSNXss3EoCUV4gYJwAS18OO7fceWXCL2SPLwls50%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.8.0/aarch64-linux?narHash=sha256-0OnIHMVLlg4KrFjeZ%2BavljXqAMCi5nlAl%2BU6rFFTJ8Y%3D' • Updated input 'determinate/determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.7.0/x86_64-linux?narHash=sha256-hSauxThw5pfDiiqdVeFv3QeL4e3DRI09hFYuGhTKQWU%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.8.0/x86_64-linux?narHash=sha256-2P2B9%2BOl0VmDzjJRnrwH5w63vK78HXsaeNGSYMv3GhM%3D' • Updated input 'nix': 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.7.0/0197d1ca-253f-75ae-9f36-38c46bd107f4/source.tar.gz?narHash=sha256-52rbPxatlf/8BA3plVc87W8kyXdBr6iab%2BnQHe4QeJg%3D' (2025-07-03) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.8.0/0197f52d-2e82-7dec-bad5-e4a6a9b58117/source.tar.gz?narHash=sha256-TgalmClySAhVWpHMmi%2BpAt04w%2B2UPqrWptdqr29iyWo%3D' (2025-07-10) * Update Cargo dependencies * Set Cargo.toml package.version to 3.8.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e55779f commit f1a83fd

File tree

7 files changed

+51
-52
lines changed

7 files changed

+51
-52
lines changed

Cargo.lock

Lines changed: 27 additions & 28 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.7.0"
4+
version = "3.8.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.29.1/nix-2.29.1-";
37+
nix_tarball_url_prefix = "https://releases.nixos.org/nix/nix-2.30.0/nix-2.30.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.7.0",
2+
"version": "3.8.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.7.0",
2+
"version": "3.8.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.7.0",
2+
"version": "3.8.0",
33
"actions": [
44
{
55
"action": {

0 commit comments

Comments
 (0)