opkg: 0.4.4 -> 0.4.5

main
R. Ryantm 3 years ago
parent 9f329731b5
commit ed57d3546c
  1. 4
      pkgs/tools/package-management/opkg/default.nix

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

Loading…
Cancel
Save