Merge pull request #77171 from r-ryantm/auto-update/opkg

opkg: 0.4.1 -> 0.4.2
This commit is contained in:
Pascal Wittmann 2020-01-07 11:25:34 +01:00 committed by GitHub
commit 60abbbb182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
, autoreconfHook }:
stdenv.mkDerivation rec {
version = "0.4.1";
version = "0.4.2";
pname = "opkg";
src = fetchurl {
url = "https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
sha256 = "0hqa4lqxs3w9fmn9idzfscjkm23jw5asby43v0szcxrqgl1ixb25";
sha256 = "01p1a7hw9q9ixfk01djyy9axs71z1x9dkdnqz7zysmrlqi97i246";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];