apt: 2.7.1 -> 2.7.2

This commit is contained in:
R. Ryantm 2023-07-23 10:59:09 +00:00
parent af8cd5ded7
commit d127748498

View file

@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "apt";
version = "2.7.1";
version = "2.7.2";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${version}.tar.xz";
hash = "sha256-QDwBSnBjtrNMh76nesSwIVKYupvD9NzIcIY3kofp1f0=";
hash = "sha256-CVySyC/O/0zALdrcJHeFm4JjyI0wFdZ5mqcuMwE1my8=";
};
nativeBuildInputs = [