apt: 2.3.8 -> 2.3.14

This commit is contained in:
embr 2022-01-19 14:08:18 +01:00
parent 5aaed40d22
commit c19862c6e5

View File

@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "apt";
version = "2.3.8";
version = "2.3.14";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${version}.tar.xz";
hash = "sha256-SFrxQwx14xWLcV5EJNv5bRtWQdxNzMUPVxssd5qDfyw=";
hash = "sha256-uQo87RUuzTiaVdoRFeBFZb/L9fWKgIzbcfa1LU0vC98=";
};
nativeBuildInputs = [