opkg: 0.4.4 -> 0.4.5

This commit is contained in:
R. Ryantm 2021-12-08 16:27:31 +00:00
parent 9f329731b5
commit ed57d3546c

View File

@ -2,11 +2,11 @@
, autoreconfHook }:
stdenv.mkDerivation rec {
version = "0.4.4";
version = "0.4.5";
pname = "opkg";
src = fetchurl {
url = "https://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
sha256 = "sha256-IhesxYuOsxMAYx66514iLrxwDJwc9kCAiHBdGaRyyDk=";
sha256 = "sha256-oSFKdfo0+5Io242kcwjg5xGxyT/Yk4zxZMEP0o61Dx4=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];