forked from holochain-immersive/private-publication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
holochain_version.nix
37 lines (30 loc) · 984 Bytes
/
holochain_version.nix
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
# This file was generated with the following command:
# update-holochain-versions --git-src=revision:375d68070f397c572fa2205fb889f117a7092e70 --lair-version-req=~0.2 --output-file=holochain_version.nix
# For usage instructions please visit https://github.com/holochain/holochain-nixpkgs/#readme
{
url = "https://github.com/holochain/holochain";
rev = "375d68070f397c572fa2205fb889f117a7092e70";
sha256 = "sha256-14ABpgjpoUjQkaw9blv8NJrD5xu1YQd19tzQhvawiS4=";
cargoLock = {
outputHashes = {
};
};
binsFilter = [
"holochain"
"hc"
"kitsune-p2p-proxy"
"kitsune-p2p-tx2-proxy"
];
lair = {
url = "https://github.com/holochain/lair";
rev = "lair_keystore_api-v0.2.0";
sha256 = "sha256-n7nZyZR0Q68Uff7bTSVFtSDLi21CNcyKibOBx55Gasg=";
binsFilter = [
"lair-keystore"
];
cargoLock = {
outputHashes = {
};
};
};
}