Commit b035bd68 authored by R. RyanTM's avatar R. RyanTM Committed by Pascal Bach
Browse files

opkg: 0.6.3 -> 0.7.0

parent 86420f4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@

stdenv.mkDerivation rec {
  pname = "opkg";
  version = "0.6.3";
  version = "0.7.0";

  src = fetchurl {
    url = "https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
    hash = "sha256-85OONZZGtAbEDV1EKhRnx+cjV/kauCLkQml1KWQeBt4=";
    hash = "sha256-2XP9DxVo9Y+H1q7NmqlePh9gIUpFzuJnBL+P51fFRWc=";
  };

  nativeBuildInputs = [