usteer: Use our patched version
This commit is contained in:
parent
279f678b0c
commit
420b1764c5
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchgit,
|
||||||
cmake,
|
cmake,
|
||||||
json_c,
|
json_c,
|
||||||
libpcap,
|
libpcap,
|
||||||
|
@ -13,11 +13,10 @@ stdenv.mkDerivation {
|
||||||
pname = "usteer";
|
pname = "usteer";
|
||||||
version = "unstable-04-09-2024";
|
version = "unstable-04-09-2024";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchgit {
|
||||||
owner = "openwrt";
|
url = "https://git.dgnum.eu/DGNum/usteer.git";
|
||||||
repo = "usteer";
|
rev = "50a6d2dd35f379d2555a3110ba72b4134c1a6a40";
|
||||||
rev = "e218150979b40a1b3c59ad0aaa3bbb943814db1e";
|
hash = "sha256-fKVAockgLjUs0H91tX1bG02DmVff5EglOlXOmjJPwM8=";
|
||||||
hash = "sha256-shbN5Wp7m/olr0OcckcPk11yXnJxpnllXqi/bw+X7gM=";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue