3
0
Fork 0
forked from mirrors/nixpkgs

opkg: 0.3.4 -> 0.3.5

This commit is contained in:
Pascal Wittmann 2017-07-16 11:14:04 +02:00
parent e8a8f1233a
commit e621a6a5f8
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.4";
version = "0.3.5";
name = "opkg-${version}";
src = fetchurl {
url = "http://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
sha256 = "1glkxjhsaaji172phd1gv8g0k0fs09pij6k01cl9namnac5r02vm";
sha256 = "0ciz6h6sx9hnz463alpkcqwqnq8jk382ifc6z89j29hix8fw4jvk";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];