apt: 2.6.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2023-05-26 20:51:16 +00:00
parent d8a74c29c9
commit ad4d864a93

View file

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