apt: 2.3.14 -> 2.3.15

This commit is contained in:
xrelkd 2022-02-07 23:27:29 +08:00 committed by Jonathan Ringer
parent 8219ba4f50
commit 1201006163

View File

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