0.8.1-unreleased (#437)
This commit is contained in:
parent
4cc8326ee9
commit
e4956fe3ea
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1033,7 +1033,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nix-installer"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1-unreleased"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atty",
|
||||
|
|
|
@ -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"
|
||||
|
|
18
flake.lock
18
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": {
|
||||
|
|
|
@ -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;
|
||||
|
|
4
tests/fixtures/linux/linux.json
vendored
4
tests/fixtures/linux/linux.json
vendored
|
@ -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",
|
||||
|
|
4
tests/fixtures/linux/steam-deck.json
vendored
4
tests/fixtures/linux/steam-deck.json
vendored
|
@ -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",
|
||||
|
|
2
tests/fixtures/macos/macos.json
vendored
2
tests/fixtures/macos/macos.json
vendored
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1-unreleased",
|
||||
"actions": [
|
||||
{
|
||||
"action": {
|
||||
|
|
Loading…
Reference in a new issue