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

opkg: 0.6.1 -> 0.6.2
This commit is contained in:
Weijia Wang
2023-11-04 01:03:58 +01:00
committed by GitHub

View File

@@ -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 = [