diff --git a/Cargo.lock b/Cargo.lock index 2349f8fe9..945e25e12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,7 +961,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.18.0" +version = "0.19.0" dependencies = [ "async-trait", "bytes 1.6.0", diff --git a/Cargo.toml b/Cargo.toml index a6fa0f70c..037a18c72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.18.0" +version = "0.19.0" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index 3961b3c81..2810c06a2 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.18.0"; + version = "0.19.0"; src = builtins.path { name = "nix-installer-source"; path = self; @@ -210,12 +210,14 @@ hydraJobs = { vm-test = import ./nix/tests/vm-test { inherit forSystem; - inherit (nix.hydraJobs) binaryTarball; inherit (nixpkgs) lib; + + binaryTarball = nix.tarballs_indirect; }; container-test = import ./nix/tests/container-test { inherit forSystem; - inherit (nix.hydraJobs) binaryTarball; + + binaryTarball = nix.tarballs_indirect; }; }; }; diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index fb969a4cb..df06c477c 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.18.0", + "version": "0.19.0", "actions": [ { "action": { @@ -425,7 +425,7 @@ } }, "diagnostic_data": { - "version": "0.18.0", + "version": "0.19.0", "planner": "linux", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index bcf86081e..373016b84 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.18.0", + "version": "0.19.0", "actions": [ { "action": { @@ -405,7 +405,7 @@ } }, "diagnostic_data": { - "version": "0.18.0", + "version": "0.19.0", "planner": "steam-deck", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 740fa23e6..d839eca1e 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.18.0", + "version": "0.19.0", "actions": [ { "action": { @@ -438,7 +438,7 @@ "root_disk": "disk3" }, "diagnostic_data": { - "version": "0.18.0", + "version": "0.19.0", "planner": "macos", "configured_settings": [], "os_name": "unknown",