Skip to content

Commit

Permalink
Release v0.29.0 (#1302)
Browse files Browse the repository at this point in the history
* flake.lock: Update

Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.1.153%2Brev-e8698104b97ce6bce0ce6bbd46d82dccabfffd1d/01932265-56de-748a-a97e-9e8bfaab53a2/source.tar.gz?narHash=sha256-uNxfr/i8m9oyMPUxlagmOm%2BqQ4erUB0Pq2sRtR4qFV4%3D' (2024-11-12)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.1.156%2Brev-15b053d78de610810a303afec9ce3e0160bd8c69/019345d8-fd8d-7c5f-b852-f9eace9b13f5/source.tar.gz?narHash=sha256-Ul9NJss1/eyGTE9c7bBJjN1%2B38A75ojGqDZHQEvsmVo%3D' (2024-11-19)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v0.2.2/macOS?narHash=sha256-XSYDoC2gHke98y83pABOnNT0E2jGE0qo1yBzY0b7/I0%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.2.3/macOS?narHash=sha256-oUDHY3Ty9aYOHOoSPRFZRut87iqJy8uKMgv3SDxMTXY%3D'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v0.2.2/aarch64-linux?narHash=sha256-MfKT7oYAZ1BxVpsFA4SRNYxh%2B2fQScESO67UJy%2B8gQY%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.2.3/aarch64-linux?narHash=sha256-wtKTpTi6Nho1XutQjd96xgVnhoVD2CEMJQdygkUuwsk%3D'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v0.2.2/x86_64-linux?narHash=sha256-N6ufU3p/8ooUsElSmPTArgfqCWj0emuDdLgkCFZ1ksE%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.2.3/x86_64-linux?narHash=sha256-gSGNIHpmAPJgjks/Yb9PzwubPAbPULk9LEiDpdFZtpA%3D'

* 0.29.0
  • Loading branch information
grahamc authored Nov 19, 2024
1 parent 8bf3413 commit 9790b2c
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 54 deletions.
104 changes: 71 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nix-installer"
description = "The Determinate Nix Installer"
version = "0.28.0"
version = "0.29.0"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down
28 changes: 14 additions & 14 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/fixtures/linux/linux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.28.0",
"version": "0.29.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1150,7 +1150,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.28.0",
"version": "0.29.0",
"planner": "linux",
"configured_settings": [],
"os_name": "Ubuntu",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/linux/steam-deck.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.28.0",
"version": "0.29.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1198,7 +1198,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.28.0",
"version": "0.29.0",
"planner": "steam-deck",
"configured_settings": [],
"os_name": "SteamOS",
Expand Down
Loading

0 comments on commit 9790b2c

Please sign in to comment.