Skip to content

Commit 17d04ae

Browse files
Release v3.8.2 (#1610)
* Prepare release v3.8.2 * Update test fixtures with the new nix-installer version * Update Determinate Nix release to 3.8.2 * flake.lock: Update Flake lock file updates: • Updated input 'determinate': 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.8.1/0197fbf9-0c79-758d-ba83-0b49bf1b63ec/source.tar.gz?narHash=sha256-/qH6AhaKS5hnA7jnZI5HAi8j50yDvBv1ouFXVrRmxIg%3D' (2025-07-12) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.8.2/0197ff1f-7dee-7ce8-803b-dee90b5d283c/source.tar.gz?narHash=sha256-eRDO93C2dXNVoLbnNECWwGcMErDKVAXNWWy6hFMPoE8%3D' (2025-07-12) • Updated input 'determinate/determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v3.8.1/macOS?narHash=sha256-6EHH1qxKU%2BSNIrakf7LELeZZEq/e1OvgE%2BY00F62Q7o%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.8.2/macOS?narHash=sha256-T/kTCi8rrh1r5XMGQBymB4Hnk/KNNGkgtgma6bXXKy0%3D' • Updated input 'determinate/determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.8.1/aarch64-linux?narHash=sha256-p5wVPWmp2q%2BsXMzBTFwGzbYB/b2/nqEgQKmJGciNZr4%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.8.2/aarch64-linux?narHash=sha256-C%2BKvOykOIoXCWSsPBM2Hzy1skk2lgiKXQyb9fJdwSdQ%3D' • Updated input 'determinate/determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.8.1/x86_64-linux?narHash=sha256-rWY/fbvT7QmmSybgGvVgU6fuLwGOLhG7Uo4qlUGrGLU%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.8.2/x86_64-linux?narHash=sha256-cENobOVn0%2BFtON9bmr/QoUEpNGEyxW4YpFXkLyBTYDs%3D' • Updated input 'nix': 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.8.1/0197fbf2-ebbe-7f60-a1fb-f508f805a6e7/source.tar.gz?narHash=sha256-eb8ZxPP%2BrpuFBce31k/wC6rvvbm7brx/0t9zkC88tMA%3D' (2025-07-11) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.8.2/0197ff19-42da-7beb-b8cf-902b39687ccf/source.tar.gz?narHash=sha256-%2BPLMYzOLXmYtGUcUxIbJZpadAV/gO73EAhISc1kgvJM%3D' (2025-07-12) * Set Cargo.toml package.version to 3.8.2 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a6b14db commit 17d04ae

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.1"
4+
version = "3.8.2"
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.0/nix-2.30.0-";
37+
nix_tarball_url_prefix = "https://releases.nixos.org/nix/nix-2.30.1/nix-2.30.1-";
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.1",
2+
"version": "3.8.2",
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.1",
2+
"version": "3.8.2",
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.1",
2+
"version": "3.8.2",
33
"actions": [
44
{
55
"action": {

0 commit comments

Comments
 (0)