Skip to content

Commit

Permalink
Release v0.38.0 (#1469)
Browse files Browse the repository at this point in the history
* Prepare release v0.38.0

* 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.37.2/01952ed3-b040-7ba3-943a-2c1ffbe3488b/source.tar.gz?narHash=sha256-GVqcZH99f2vk%2BaXZae4iAtAZV/yktOULX8Pe/AuUGSA%3D' (2025-02-22)
  → '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)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v0.37.2/macOS?narHash=sha256-schScrGg7X4ggshUYZmzQwk8tchW5OpR3PY9xxtAeco%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.38.0/macOS?narHash=sha256-YO0z3eRo1ITyb2QiHBQvZeYOd6p%2Bd532DjFQEPht3KU%3D'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v0.37.2/aarch64-linux?narHash=sha256-0iZSTDb2u3s5HycSnw4z8YNfvXRTWWxhhvCaDqbTiRk%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.38.0/aarch64-linux?narHash=sha256-ioTThimQ3kqKMLGtPPz8zWTCHlOSBPs5tv3Jst5DgcY%3D'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v0.37.2/x86_64-linux?narHash=sha256-fJTQkK9msoN02ria44WwXHi05fsJT9Rny69ENGmbOUc%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.38.0/x86_64-linux?narHash=sha256-OmSH4FrbLIvUDk5RLBp2x07yynANIvUGLpKIF32Sh/Q%3D'
• Updated input 'nixpkgs':
    'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.755230%2Brev-73cf49b8ad837ade2de76f87eb53fc85ed5d4680/01951ca9-35fa-70f2-b972-630b0cd93c65/source.tar.gz?narHash=sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64%3D' (2025-02-18)
  → 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.758135%2Brev-0196c0175e9191c474c26ab5548db27ef5d34b05/01953839-1448-7ac9-964f-d8908c675395/source.tar.gz?narHash=sha256-WGaHVAjcrv%2BCun7zPlI41SerRtfknGQap281%2BAakSAw%3D' (2025-02-24)

* Update Cargo dependencies

* Set Cargo.toml package.version to 0.38.0

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 25, 2025
1 parent e370fa4 commit b456cc3
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
28 changes: 14 additions & 14 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.37.2"
version = "0.38.0"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down
38 changes: 19 additions & 19 deletions flake.lock

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

2 changes: 1 addition & 1 deletion tests/fixtures/linux/linux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.37.2",
"version": "0.38.0",
"actions": [
{
"action": {
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/linux/steam-deck.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.37.2",
"version": "0.38.0",
"actions": [
{
"action": {
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/macos/macos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.37.2",
"version": "0.38.0",
"actions": [
{
"action": {
Expand Down

0 comments on commit b456cc3

Please sign in to comment.