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

opkg: 0.4.4 -> 0.4.5
This commit is contained in:
Jörg Thalheim 2021-12-08 18:22:15 +00:00 committed by GitHub
commit 275a0a6c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];