Skip to content

Commit

Permalink
Release v0.32.2 (#1349)
Browse files Browse the repository at this point in the history
* release 0.32.2

* cargo update --aggressive

* flake.lock: Update

Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.1.163%2Brev-65c2bebd71e0e92a34997030ca5408a7a0025379/01939872-fc76-7ade-bcd8-ca56d6311636/source.tar.gz?narHash=sha256-EZTAm9hVL2NIub5kdWb5k2BFMe%2BASiBvN7s20x/d6%2BU%3D' (2024-12-05)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.1.165%2Brev-657395244a854da1bc71e38454958ecd57c0e241/0193b781-6c27-7703-bca6-fc9648fca81d/source.tar.gz?narHash=sha256-nUTutqzg/Z0eEXrC1ACTa4a9Ik5Iyxgqo8uL9DYib7I%3D' (2024-12-11)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v0.2.5/macOS?narHash=sha256-FIQdKceChaoDlYYfIfoTiyRfmNyxp8%2BEXPzCg584uB4%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.2.6/macOS?narHash=sha256-I03XaJRNQHh/N3ea2qpMU78DahTm7tSfF%2BurRABhKiQ%3D'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v0.2.5/aarch64-linux?narHash=sha256-IPrjf/cntNxn1CKc1Z3SNsoxVw2iR%2BAKTzGR4UqfH%2BU%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.2.6/aarch64-linux?narHash=sha256-yxF7hyInOc%2BS1BEaxjLBLHUFjSAjC0bRKh0glUt4ilo%3D'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v0.2.5/x86_64-linux?narHash=sha256-NrWVnTNDkF31KXBcpPOoKksfapvkIH1M3sBQo3adNbY%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.2.6/x86_64-linux?narHash=sha256-/LPSCwR/ueorahCcyUSVym3y3lnRXkc6pqWwW2T/yT8%3D'
  • Loading branch information
colemickens authored Dec 11, 2024
1 parent cdc3a34 commit 06b48d1
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 48 deletions.
54 changes: 27 additions & 27 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.32.1"
version = "0.32.2"
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.32.1",
"version": "0.32.2",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1151,7 +1151,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.32.1",
"version": "0.32.2",
"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.32.1",
"version": "0.32.2",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1199,7 +1199,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.32.1",
"version": "0.32.2",
"planner": "steam-deck",
"configured_settings": [],
"os_name": "SteamOS",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/macos/macos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.32.1",
"version": "0.32.2",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1253,7 +1253,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.32.1",
"version": "0.32.2",
"planner": "macos",
"configured_settings": [],
"os_name": "unknown",
Expand Down

0 comments on commit 06b48d1

Please sign in to comment.