usteer: Use our patched version

This commit is contained in:
sinavir 2025-02-10 09:08:56 +01:00
parent 279f678b0c
commit 420b1764c5
No known key found for this signature in database

View file

@ -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 = ''