Commit 3a690ebe authored by R. RyanTM's avatar R. RyanTM
Browse files

opkg: 0.6.0 -> 0.6.1

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

stdenv.mkDerivation rec {
  version = "0.6.0";
  version = "0.6.1";
  pname = "opkg";
  src = fetchurl {
    url = "https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
    sha256 = "sha256-VoRHIu/yN9rxSqbmgUNvMkUhPFWQ7QzaN6ed9jf/Okw=";
    sha256 = "sha256-6H/MtXXGTTrAVZREAWonlfEhJZhqDaiWurl8ShovGyo=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook ];