libnl-tiny: unstable-2022-12-13 -> unstable-2023-07-27
This commit is contained in:
parent
54a92c8bca
commit
9b62590367
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "libnl-tiny";
|
||||
version = "unstable-2022-12-13";
|
||||
version = "unstable-2023-07-27";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.openwrt.org/project/libnl-tiny.git";
|
||||
rev = "f5d9b7e4f534a69cbd35c3f150fa6d57b9d631e4";
|
||||
sha256 = "0c5ycsdas8rr5c33gd0mnmm515dq631fmdjn5mp2j1m0j1bk7hc0";
|
||||
rev = "bc92a280186f9becc53c0f17e4e43cfbdeec7e7b";
|
||||
hash = "sha256-/d6so8hfBOyp8NbUhPZ0aRj6gXO/RLgwCQnAT7N/rF8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
|
|
Loading…
Reference in a new issue