diff --git a/Cargo.lock b/Cargo.lock index ec90f0aa5..16c4948b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1222,7 +1222,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.37.1" +version = "0.37.2" dependencies = [ "async-trait", "bytes 1.10.0", @@ -1536,7 +1536,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" dependencies = [ "rand_chacha 0.9.0", - "rand_core 0.9.1", + "rand_core 0.9.2", "zerocopy 0.8.20", ] @@ -1557,7 +1557,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ "ppv-lite86", - "rand_core 0.9.1", + "rand_core 0.9.2", ] [[package]] @@ -1571,9 +1571,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a88e0da7a2c97baa202165137c158d0a2e824ac465d13d81046727b34cb247d3" +checksum = "7a509b1a2ffbe92afab0e55c8fd99dea1c280e8171bd2d88682bb20bc41cbc2c" dependencies = [ "getrandom 0.3.1", "zerocopy 0.8.20", @@ -2113,9 +2113,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.43" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" +checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index c62491fe7..f09fb9749 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.37.1" +version = "0.37.2" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.lock b/flake.lock index 0372b0443..978ab3601 100644 --- a/flake.lock +++ b/flake.lock @@ -33,12 +33,12 @@ ] }, "locked": { - "lastModified": 1740171504, - "narHash": "sha256-ZD/fUHcOBuQeGI6dhW9y5aT1iu9KWC4jEyYZSKgUMyI=", - "rev": "051873cb3a2290bfa64631cd2184f7b49f346727", - "revCount": 201, + "lastModified": 1740247206, + "narHash": "sha256-GVqcZH99f2vk+aXZae4iAtAZV/yktOULX8Pe/AuUGSA=", + "rev": "53799545fe86caccb3a9000d9a3b4ffcf974d869", + "revCount": 202, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.37.1/01952a50-be3e-70a6-803c-1ea7e9576585/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/0.37.2/01952ed3-b040-7ba3-943a-2c1ffbe3488b/source.tar.gz" }, "original": { "type": "tarball", @@ -48,37 +48,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-GE2pMfgBR+t1w0TKtVnzqLLFHGHOCuSuzN+jz81DFzU=", + "narHash": "sha256-schScrGg7X4ggshUYZmzQwk8tchW5OpR3PY9xxtAeco=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.1/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.2/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.1/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.2/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-yXwaE51koZI1VG4pXiUjNCInd1dBJ6XeBynAPmRLKNY=", + "narHash": "sha256-0iZSTDb2u3s5HycSnw4z8YNfvXRTWWxhhvCaDqbTiRk=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.1/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.2/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.1/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.2/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-KzOTXBRjKi984jWLkvPU7arM0H4KmqjTmtaw54j9ENo=", + "narHash": "sha256-fJTQkK9msoN02ria44WwXHi05fsJT9Rny69ENGmbOUc=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.1/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.2/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.1/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.37.2/x86_64-linux" } }, "flake-compat": { diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index 1f5442a03..315b6158c 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.37.1", + "version": "0.37.2", "actions": [ { "action": { diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index b6f7a5fc5..d62cd2479 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.37.1", + "version": "0.37.2", "actions": [ { "action": { diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 536145f63..2c27f1095 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.37.1", + "version": "0.37.2", "actions": [ { "action": {