libnl-tiny: unstable-2022-12-13 -> unstable-2023-07-27

This commit is contained in:
Maciej Krüger 2023-08-28 01:26:07 +02:00
parent 54a92c8bca
commit 9b62590367
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -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 ];