3
0
Fork 0
forked from mirrors/nixpkgs

opkg: 0.3.3 -> 0.3.4

This commit is contained in:
Pascal Wittmann 2017-03-19 18:42:12 +01:00
parent 736ee61442
commit e8a395079a
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.3";
version = "0.3.4";
name = "opkg-${version}";
src = fetchurl {
url = "http://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
sha256 = "03nhz0ralc3cqsrwyc310n8kbk2m9im0m2r2za8lqphs29rrxnqr";
sha256 = "1glkxjhsaaji172phd1gv8g0k0fs09pij6k01cl9namnac5r02vm";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];