2
0
Fork 0

block_router: 0.1.1 -> 0.1.2

Adjust to removal of Genode::strncpy.
This commit is contained in:
Ehmry - 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 { stdenv.mkDerivation rec {
pname = "block_router"; pname = "block_router";
version = "0.1.1"; version = "0.1.2";
nativeBuildInputs = [ tup ]; nativeBuildInputs = [ tup ];
src = fetchgit { src = fetchgit {
url = "https://git.sr.ht/~ehmry/block_router"; url = "https://git.sr.ht/~ehmry/block_router";
rev = "3790a4f995b5e76d0cc290b1847761ec1a398276"; rev = "v" + version;
sha256 = "1qilw3gg9gzagwlh4djqxic2ggwnljnrazklp367q2f42hb14vxy"; sha256 = "sha256-X3rVHBwvEG6ove0bE6sIUcFcfXhSHYCBCOjhEp/ETsc=";
}; };
installPhase = "install -Dm755 {.,$out}/block_router"; installPhase = "install -Dm755 {.,$out}/block_router";