Unverified Commit 7035517f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #263366 from r-ryantm/auto-update/opkg

opkg: 0.6.1 -> 0.6.2
parents bb393c0c e32757ad
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.1";
  version = "0.6.2";

  src = fetchurl {
    url = "https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
    hash = "sha256-6H/MtXXGTTrAVZREAWonlfEhJZhqDaiWurl8ShovGyo=";
    hash = "sha256-rHOpCiVJzQSUjlY9kVkSx44bi6D0OvdcWlP8ykdK29U=";
  };

  nativeBuildInputs = [