Merge pull request #284986 from r-ryantm/auto-update/apt

apt: 2.7.9 -> 2.7.10

authored by Nick Cao and committed by GitHub c11fb8c6 f7b31dd5

+2 -2
+2 -2
pkgs/by-name/ap/apt/package.nix
··· 33 33 34 34 stdenv.mkDerivation (finalAttrs: { 35 35 pname = "apt"; 36 - version = "2.7.9"; 36 + version = "2.7.10"; 37 37 38 38 src = fetchurl { 39 39 url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz"; 40 - hash = "sha256-Zm9BzWQf+YlMulMbDMT88ZnmSUWH/LgqObANyItGuyc="; 40 + hash = "sha256-VUZsSEqmQJesIPU4tK4ELn9i5hFiBUGNEepPySIdgH4="; 41 41 }; 42 42 43 43 # cycle detection; lib can't be split