opkg: 0.4.2 -> 0.4.3
This commit is contained in:
parent
6eeb612a9b
commit
fa5b04d1a0
@ -2,11 +2,11 @@
|
|||||||
, autoreconfHook }:
|
, autoreconfHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
pname = "opkg";
|
pname = "opkg";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
|
url = "https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
|
||||||
sha256 = "01p1a7hw9q9ixfk01djyy9axs71z1x9dkdnqz7zysmrlqi97i246";
|
sha256 = "06278gmb26b9nl8l328cc2c2mhfi0dhac65syws17kf09f2m596x";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user