Commit 297ea976 authored by R. RyanTM's avatar R. RyanTM
Browse files

opkg: 0.4.5 -> 0.6.0

parent 5857574d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@
, autoreconfHook }:

stdenv.mkDerivation rec {
  version = "0.4.5";
  version = "0.6.0";
  pname = "opkg";
  src = fetchurl {
    url = "https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
    sha256 = "sha256-oSFKdfo0+5Io242kcwjg5xGxyT/Yk4zxZMEP0o61Dx4=";
    sha256 = "sha256-VoRHIu/yN9rxSqbmgUNvMkUhPFWQ7QzaN6ed9jf/Okw=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook ];