diff --git a/Cargo.lock b/Cargo.lock index 3a9ea8a..aee2701 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1033,7 +1033,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.8.0" +version = "0.8.1-unreleased" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index ebe99d2..d41615d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.8.0" +version = "0.8.1-unreleased" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.lock b/flake.lock index 1b7d5b9..eaf8f13 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1681280529, - "narHash": "sha256-WDPFJQpnkFFpWW2OSiR0hfPovmpeP004DIq89q6GyLs=", + "lastModified": 1681971746, + "narHash": "sha256-RAFvwcAds5WeCSUYONE+YzR0uKVuLc6BIeN4WFix4f0=", "owner": "nix-community", "repo": "fenix", - "rev": "0d8c62bb906470782a4aa36d93044e660088a3f8", + "rev": "3a0b59a2ea946a533c62ac417596835779087f0e", "type": "github" }, "original": { @@ -112,11 +112,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1681215634, - "narHash": "sha256-dI0SsSWb7ksK3OtTCf61vdlBhok838aIpwQ2EUM+jhY=", + "lastModified": 1681871374, + "narHash": "sha256-HOSx4H7umAYoMj0UjBs+wgW/8TI6R10DDd2L/W4DDZY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5a156c2e89c1eca09b40bcdcee86760e0e4d79a9", + "rev": "986a0a1a1905b3227b28db009619321105c62464", "type": "github" }, "original": { @@ -137,11 +137,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1681234995, - "narHash": "sha256-QQxQAG5QZG8z/uRREhWnq4215Asl7Gh6a8zj7swDyP4=", + "lastModified": 1681913140, + "narHash": "sha256-+m+eXpFa5c8nQ4hAZyshIjovKzhMfd5Eo6jQDk6eeig=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "7501d3b721560637e27f904d9fce79182c41bef7", + "rev": "2400b36a2ed40f68a26473f69ac208ba10d98af9", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index bd4642e..9ae2f11 100644 --- a/flake.nix +++ b/flake.nix @@ -65,7 +65,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.8.0"; + version = "0.8.1-unreleased"; src = builtins.path { name = "nix-installer-source"; path = self; diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index f037699..98b388b 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.8.0", + "version": "0.8.1-unreleased", "actions": [ { "action": { @@ -952,7 +952,7 @@ } }, "diagnostic_data": { - "version": "0.8.0", + "version": "0.8.1-unreleased", "planner": "linux", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index 007cfaf..98c63cd 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.8.0", + "version": "0.8.1-unreleased", "actions": [ { "action": { @@ -1000,7 +1000,7 @@ } }, "diagnostic_data": { - "version": "0.8.0", + "version": "0.8.1-unreleased", "planner": "steam-deck", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index c4e938e..7e7ee70 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.8.0", + "version": "0.8.1-unreleased", "actions": [ { "action": {