Skip to content

Commit bedb142

Browse files
Release v0.38.1 (#1471)
* Prepare release v0.38.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/0.38.0/01953f3d-56bb-7226-971e-641ed99658e3/source.tar.gz?narHash=sha256-FnDyfzvw/NmkoUF/C88pvmNpT3aKTp/cL5/f/gssjq4%3D' (2025-02-25) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.38.1/01954520-d2b1-7dd3-a889-e5f64f513ba7/source.tar.gz?narHash=sha256-siZ2A2wrWff4hEdk8GoGYNzS2v8A6Sq1w9jUfO6PF34%3D' (2025-02-27) • Updated input 'determinate/determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v0.38.0/macOS?narHash=sha256-YO0z3eRo1ITyb2QiHBQvZeYOd6p%2Bd532DjFQEPht3KU%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v0.38.1/macOS?narHash=sha256-BWgJNJvsFnIL8PPJ0FQBsTphGJBeWPH5pip30/GCfxo%3D' • Updated input 'determinate/determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v0.38.0/aarch64-linux?narHash=sha256-ioTThimQ3kqKMLGtPPz8zWTCHlOSBPs5tv3Jst5DgcY%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v0.38.1/aarch64-linux?narHash=sha256-qgwh45CQMQF2UbEqtt4bOFF%2BjRZuXF0ww%2BQj2bQuWW8%3D' • Updated input 'determinate/determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v0.38.0/x86_64-linux?narHash=sha256-OmSH4FrbLIvUDk5RLBp2x07yynANIvUGLpKIF32Sh/Q%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v0.38.1/x86_64-linux?narHash=sha256-cmddLhfYZOwB7u4Y4JuFOCAY5i/ENMG6HNnJAR2WLec%3D' * Update Cargo dependencies * Set Cargo.toml package.version to 0.38.1 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b456cc3 commit bedb142

File tree

6 files changed

+36
-30
lines changed

6 files changed

+36
-30
lines changed

Cargo.lock

Lines changed: 18 additions & 12 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 = "0.38.0"
4+
version = "0.38.1"
55
edition = "2021"
66
resolver = "2"
77
license = "LGPL-2.1"

flake.lock

Lines changed: 14 additions & 14 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": "0.38.0",
2+
"version": "0.38.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": "0.38.0",
2+
"version": "0.38.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": "0.38.0",
2+
"version": "0.38.1",
33
"actions": [
44
{
55
"action": {

0 commit comments

Comments
 (0)