uclient: unstable-2022-02-24 -> unstable-2023-04-13

This commit is contained in:
Maciej Krüger 2023-08-28 01:24:45 +02:00
parent 18f081cbbf
commit 39df712ed5
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation {
pname = "uclient";
version = "unstable-2022-02-24";
version = "unstable-2023-04-13";
src = fetchgit {
url = "https://git.openwrt.org/project/uclient.git";
rev = "644d3c7e13c6a64bf5cb628137ee5bd4dada4b74";
sha256 = "0vy4whs64699whp92d1zl7a8kh16yrfywqq0yp2y809l9z19sw22";
rev = "007d945467499f43656b141171d31f5643b83a6c";
hash = "sha256-A47dyVc2MtOL6aImZ0b3SMWH2vzjfAXzRAOF4nfH6S0=";
};
nativeBuildInputs = [ cmake pkg-config ];