forked from hashicorp/waypoint-plugin-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
77 lines (77 loc) · 1.92 KB
/
flake.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1622445595,
"narHash": "sha256-m+JRe6Wc5OZ/mKw2bB3+Tl0ZbtyxxxfnAWln8Q5qs+Y=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "7d706970d94bc5559077eb1a6600afddcd25a7c8",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1622445595,
"narHash": "sha256-m+JRe6Wc5OZ/mKw2bB3+Tl0ZbtyxxxfnAWln8Q5qs+Y=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "7d706970d94bc5559077eb1a6600afddcd25a7c8",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1622851704,
"narHash": "sha256-GogxaXRRuuA/3+FSS0XNB31REBg0yGg2n3rJdld09x8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "afdb5675a180f347bfa8ae909d4e419fb8b151bd",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"waypoint": "waypoint"
}
},
"waypoint": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1623381010,
"narHash": "sha256-KJcRcXc1SjcMlPhc3R8PjkfQh9fyKEHTTKp5o6+3iBA=",
"owner": "hashicorp",
"repo": "waypoint",
"rev": "665f7f8bc9b52dc944729b100175ccc9dc68d2ca",
"type": "github"
},
"original": {
"owner": "hashicorp",
"repo": "waypoint",
"type": "github"
}
}
},
"root": "root",
"version": 7
}