Skip to content

Commit e8f7c31

Browse files
committedNov 27, 2016
opkg: 0.3.1 -> 0.3.3
1 parent b7deb14 commit e8f7c31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎pkgs/tools/package-management/opkg/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
, autoreconfHook }:
33

44
stdenv.mkDerivation rec {
5-
version = "0.3.1";
5+
version = "0.3.3";
66
name = "opkg-${version}";
77
src = fetchurl {
88
url = "http://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
9-
sha256 = "1pw7igmb4miyxl11sj9g8p8pgxg9nmn1h2hzi8b23v44hcmc1inj";
9+
sha256 = "03nhz0ralc3cqsrwyc310n8kbk2m9im0m2r2za8lqphs29rrxnqr";
1010
};
1111

12-
buildInputs = [ pkgconfig curl gpgme libarchive bzip2 lzma attr acl libxml2
13-
autoreconfHook ];
12+
nativeBuildInputs = [ pkgconfig autoreconfHook ];
13+
buildInputs = [ curl gpgme libarchive bzip2 lzma attr acl libxml2 ];
1414

1515
meta = with stdenv.lib; {
1616
description = "A lightweight package management system based upon ipkg";

0 commit comments

Comments
 (0)
Please sign in to comment.