1
0
Fork 0

Fix kassandra

This commit is contained in:
Malte Brandy 2020-12-21 03:24:54 +01:00
parent c043dbda64
commit 70fdea08ed
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 4 additions and 3 deletions

View file

@ -25,8 +25,8 @@
},
"kassandra": {
"branch": "master",
"repo": "https://git.darmstadt.ccc.de/maralorn/kassandra",
"rev": "1a0d19ce5d384e15ca64f7f043e5817cbaaf9f6d",
"repo": "git@hera.m-0.eu:kassandra",
"rev": "b4d34dd306434efc4bfd098388e41ee8b22e3cba",
"type": "git"
},
"kassandra2": {

View file

@ -7,6 +7,7 @@ self: super: {
src = super.sources.kassandra;
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl ];
cargoSha256 = "0aqyaz4kzp93l8mzqjgcnamh0xyhv4g3rv3dfvlkd2w55bz9fmj5";
cargoSha256 = "0nlc09sh679vfq7n08836mnjsax2pnskm64jk3c6k0l2spina3nd";
doCheck = false;
}) { };
}