-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflake.lock
More file actions
94 lines (94 loc) · 2.58 KB
/
flake.lock
File metadata and controls
94 lines (94 loc) · 2.58 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"nodes": {
"bb-bin": {
"flake": false,
"locked": {
"lastModified": 1764156800,
"narHash": "sha256-agqc8aTeldG83bDs0MQy0C0UzRP0MthABsg6ey9SJIk=",
"type": "tarball",
"url": "https://github.com/AztecProtocol/aztec-packages/releases/download/v2.1.8/barretenberg-amd64-linux.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/AztecProtocol/aztec-packages/releases/download/v2.1.8/barretenberg-amd64-linux.tar.gz"
}
},
"bignum-paramgen-src": {
"flake": false,
"locked": {
"lastModified": 1751836007,
"narHash": "sha256-Or9DeUZ4Q7qVcPwi+9qTT1pJr3Lxzf/BDPpnd14S4/o=",
"owner": "noir-lang",
"repo": "noir-bignum-paramgen",
"rev": "2dedc65b3e0b880c4bae646bb33f6e67c0fe0be1",
"type": "github"
},
"original": {
"owner": "noir-lang",
"repo": "noir-bignum-paramgen",
"type": "github"
}
},
"co-snarks-src": {
"flake": false,
"locked": {
"lastModified": 1762428139,
"narHash": "sha256-WosnzXpip9Wig0OIseIW21GIp3jj2Qhe+oRFwLGUBdY=",
"owner": "TaceoLabs",
"repo": "co-snarks",
"rev": "97adcc06afc0d506c2d6aa9f81b2e342fd8108c0",
"type": "github"
},
"original": {
"owner": "TaceoLabs",
"ref": "co-noir-v0.7.0",
"repo": "co-snarks",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1764242076,
"narHash": "sha256-sKoIWfnijJ0+9e4wRvIgm/HgE27bzwQxcEmo2J/gNpI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2fad6eac6077f03fe109c4d4eb171cf96791faa4",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"noir-src": {
"flake": false,
"locked": {
"lastModified": 1759827905,
"narHash": "sha256-Wi3C5G45gTfYLdMuQVLPf42RL2z+kKCrJyPtSuaL5Ss=",
"owner": "noir-lang",
"repo": "noir",
"rev": "60ccd48e18ad8ce50d5ecda9baf813b712145051",
"type": "github"
},
"original": {
"owner": "noir-lang",
"ref": "v1.0.0-beta.14",
"repo": "noir",
"type": "github"
}
},
"root": {
"inputs": {
"bb-bin": "bb-bin",
"bignum-paramgen-src": "bignum-paramgen-src",
"co-snarks-src": "co-snarks-src",
"nixpkgs": "nixpkgs",
"noir-src": "noir-src"
}
}
},
"root": "root",
"version": 7
}