Skip to content

Commit

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

Flake lock file updates:

• Updated input 'fenix':
    'https://api.flakehub.com/f/pinned/nix-community/fenix/0.1.2064%2Brev-87b4d20f896c99018dde4702a9c6157b516f2a76/0192e6cd-971b-78c1-896b-bd0e33f2c68f/source.tar.gz?narHash=sha256-U1DWb5c3EfkA7pqx5V1H4AWRA%2BEaE6UJ0lIRvK1RxgM%3D' (2024-11-01)
  → 'https://api.flakehub.com/f/pinned/nix-community/fenix/0.1.2090%2Brev-a8a983027ca02b363dfc82fbe3f7d9548a8d3dce/0193814c-7c19-7c1a-a29e-27c7d7c19316/source.tar.gz?narHash=sha256-yKI1KiZ0%2BbvDvfPTQ1ZT3oP/nIu3jPYm4dnbRd6hYg4%3D' (2024-11-27)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/0ba893e1a00d92557ac91efb771d72eee36ca687?narHash=sha256-0Uq%2B/B8eu7pw8B8pxuGdFYKjcVLwNMcHfDxU9sXh7rg%3D' (2024-10-31)
  → 'github:rust-lang/rust-analyzer/8d5e91c94f80c257ce6dbdfba7bd63a5e8a03fa6?narHash=sha256-7VKcoLug9nbAN2txqVksWHHJplqK9Ou8dXjIZAIYSGc%3D' (2024-11-26)

* cargo update --aggressive

* Release v0.31.0
  • Loading branch information
cole-h authored Dec 3, 2024
1 parent ac5e8c0 commit 832d7e4
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 42 deletions.
55 changes: 28 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.30.2"
version = "0.31.0"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down
16 changes: 8 additions & 8 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.30.2",
"version": "0.31.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1151,7 +1151,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.30.2",
"version": "0.31.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.30.2",
"version": "0.31.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1199,7 +1199,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.30.2",
"version": "0.31.0",
"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.30.2",
"version": "0.31.0",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1253,7 +1253,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.30.2",
"version": "0.31.0",
"planner": "macos",
"configured_settings": [],
"os_name": "unknown",
Expand Down

0 comments on commit 832d7e4

Please sign in to comment.