Merge pull request #167200 from xrelkd/update/apt

apt: 2.3.15 -> 2.4.4
This commit is contained in:
Thiago Kenji Okada 2022-04-08 09:54:49 +01:00 committed by GitHub
commit f66b1d73cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "apt";
version = "2.3.15";
version = "2.4.4";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${version}.tar.xz";
hash = "sha256-JWIAfREJk91+eobdgeplDmEhAXm1nqxytu3/Y2TAu6Y=";
hash = "sha256-1tg9Ei3dfMg7LC+DmlWUDBOrk+XPYCSgENamtBENzw4=";
};
nativeBuildInputs = [