apt: 2.4.4 -> 2.5.2

This commit is contained in:
R. Ryantm 2022-07-29 03:55:49 +00:00
parent 6c36cf7d3f
commit e2f6ee2bf5

View File

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