Merge pull request #155632 from liclac/bump-apt

This commit is contained in:
Sandro
2022-01-20 02:36:02 +01:00
committed by GitHub

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 = [