Skip to content

Commit

Permalink
Release v0.37.1 (#1458)
Browse files Browse the repository at this point in the history
* Update test fixtures with the new nix-installer version

* Update Nix release to 2.26.2

* flake.lock: Update

Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.1.189%2Brev-5a3bdaf25fe798592edf63a1e091cd27be4c9cb0/01950643-c22d-7d79-bbfc-7cf18ba8cd18/source.tar.gz?narHash=sha256-frLnrXavWKI6knvWeJCO7aRowT5sDj7xfik9iPXPzXg%3D' (2025-02-14)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.1.201%2Brev-051873cb3a2290bfa64631cd2184f7b49f346727/01952a50-92f6-78f7-b609-eac2259ab27a/source.tar.gz?narHash=sha256-ZD/fUHcOBuQeGI6dhW9y5aT1iu9KWC4jEyYZSKgUMyI%3D' (2025-02-21)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v0.3.3/macOS?narHash=sha256-eHWG/jknmZXuvtGANQNwRri86JtaOxuFaunP7A6XaKU%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.37.1/macOS?narHash=sha256-GE2pMfgBR%2Bt1w0TKtVnzqLLFHGHOCuSuzN%2Bjz81DFzU%3D'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v0.3.3/aarch64-linux?narHash=sha256-N99iA/AT5PkN71h6c1nx%2BKMqhTvx9MbD4QDtfCuO39U%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.37.1/aarch64-linux?narHash=sha256-yXwaE51koZI1VG4pXiUjNCInd1dBJ6XeBynAPmRLKNY%3D'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v0.3.3/x86_64-linux?narHash=sha256-bjPlsT4a0sZTSyGDcttK2stz2Rm9ieQOTo2W9IGEshU%3D'
  → 'https://install.determinate.systems/determinate-nixd/tag/v0.37.1/x86_64-linux?narHash=sha256-KzOTXBRjKi984jWLkvPU7arM0H4KmqjTmtaw54j9ENo%3D'
• Updated input 'nixpkgs':
    'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.752742%2Brev-2ff53fe64443980e139eaa286017f53f88336dd0/019501eb-20b5-7a5a-950c-9c0a052b3515/source.tar.gz?narHash=sha256-%2B/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc%3D' (2025-02-13)
  → '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)

* Update Cargo dependencies

* Set Cargo.toml package.version to 0.37.1

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 21, 2025
1 parent 491714d commit aee5ec2
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 71 deletions.
92 changes: 46 additions & 46 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.36.4"
version = "0.37.1"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down
40 changes: 20 additions & 20 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
crane.url = "github:ipetkov/crane/v0.20.0";

nix = {
url = "https://flakehub.com/f/DeterminateSystems/nix/=2.26.2.tar.gz";
url = "https://flakehub.com/f/DeterminateSystems/nix/=2.26.2";
# Omitting `inputs.nixpkgs.follows = "nixpkgs";` on purpose
};

Expand Down
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.36.4",
"version": "0.37.1",
"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.36.4",
"version": "0.37.1",
"actions": [
{
"action": {
Expand Down
Loading

0 comments on commit aee5ec2

Please sign in to comment.