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

opkg: 0.6.2 -> 0.6.3
This commit is contained in:
Weijia Wang
2024-02-04 19:58:02 +01:00
committed by GitHub
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "opkg";
version = "0.6.2";
version = "0.6.3";
src = fetchurl {
url = "https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
hash = "sha256-rHOpCiVJzQSUjlY9kVkSx44bi6D0OvdcWlP8ykdK29U=";
hash = "sha256-85OONZZGtAbEDV1EKhRnx+cjV/kauCLkQml1KWQeBt4=";
};
nativeBuildInputs = [