2
0
Fork 0

block_router: 0.1.1 -> 0.1.2

Adjust to removal of Genode::strncpy.
This commit is contained in:
Emery Hemingway 2020-06-05 14:26:23 +05:30
parent 100be5270a
commit ce6037f2c1
1 changed files with 3 additions and 3 deletions

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "block_router";
version = "0.1.1";
version = "0.1.2";
nativeBuildInputs = [ tup ];
src = fetchgit {
url = "https://git.sr.ht/~ehmry/block_router";
rev = "3790a4f995b5e76d0cc290b1847761ec1a398276";
sha256 = "1qilw3gg9gzagwlh4djqxic2ggwnljnrazklp367q2f42hb14vxy";
rev = "v" + version;
sha256 = "sha256-X3rVHBwvEG6ove0bE6sIUcFcfXhSHYCBCOjhEp/ETsc=";
};
installPhase = "install -Dm755 {.,$out}/block_router";