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,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
fetchgit,
|
||||
cmake,
|
||||
json_c,
|
||||
libpcap,
|
||||
|
@ -13,11 +13,10 @@ stdenv.mkDerivation {
|
|||
pname = "usteer";
|
||||
version = "unstable-04-09-2024";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openwrt";
|
||||
repo = "usteer";
|
||||
rev = "e218150979b40a1b3c59ad0aaa3bbb943814db1e";
|
||||
hash = "sha256-shbN5Wp7m/olr0OcckcPk11yXnJxpnllXqi/bw+X7gM=";
|
||||
src = fetchgit {
|
||||
url = "https://git.dgnum.eu/DGNum/usteer.git";
|
||||
rev = "50a6d2dd35f379d2555a3110ba72b4134c1a6a40";
|
||||
hash = "sha256-fKVAockgLjUs0H91tX1bG02DmVff5EglOlXOmjJPwM8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue