opkg: 0.3.5 -> 0.3.6

This commit is contained in:
Pascal Wittmann 2018-03-17 23:47:38 +01:00
parent b10d9ab6d2
commit 26db7314c8
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -2,11 +2,11 @@
, autoreconfHook }:
stdenv.mkDerivation rec {
version = "0.3.5";
version = "0.3.6";
name = "opkg-${version}";
src = fetchurl {
url = "http://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
sha256 = "0ciz6h6sx9hnz463alpkcqwqnq8jk382ifc6z89j29hix8fw4jvk";
sha256 = "02ykhjpyxmh0qrqvc1s3vlhnr6wyxkcwqb8dplxqmkz83gkg01zn";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];