2
0
Fork 0

Update nic_bus, block_route to build again

This commit is contained in:
Emery Hemingway 2020-05-08 09:34:24 +05:30
parent a50b0a7d0e
commit eff3cd9d33
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://git.sr.ht/~ehmry/block_router";
rev = "d229379abd16d6b19872b83772da81a2473f18ae";
sha256 = "1wrz7r72psnxfaaj2gjp5zxy8h4k8ahbyjp8y70ghr9rm1hsdhj4";
rev = "3790a4f995b5e76d0cc290b1847761ec1a398276";
sha256 = "1qilw3gg9gzagwlh4djqxic2ggwnljnrazklp367q2f42hb14vxy";
};
installPhase = "install -Dm755 {.,$out}/block_router";

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://git.sr.ht/~ehmry/nic_bus";
rev = "e4e7c5f4af7d6129f64afb019045c40508a619ee";
sha256 = "0hxzdkl1w47gha395bx8ykv8ic62chs75ccyyqq841pwghqxscj4";
sha256 = "0bz86lrwv47sclv2gm4mj9b0rak7i4ixx1r5vzcm1iqr328dpr9n";
};
nativeBuildInputs = [ tup ];