opkg: 0.6.3 -> 0.7.0

This commit is contained in:
R. Ryantm
2024-10-14 04:12:06 +00:00
committed by Pascal Bach
parent 86420f4ee8
commit b035bd68a6

View File

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