Skip to content

Commit

Permalink
opkg: 0.3.3 -> 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Mar 19, 2017
1 parent 736ee61 commit e8a3950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/opkg/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit e8a3950

Please sign in to comment.