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

apt: 2.7.13 -> 2.7.14

authored by nixpkgs-merge-bot[bot] and committed by GitHub a54ffba4 fa87e0eb

+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.13"; 36 + version = "2.7.14"; 37 37 38 38 src = fetchurl { 39 39 url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz"; 40 - hash = "sha256-xCq1XpHXvuX8v3/4w1hHFMusqgNl8JHn5gT3+Ek8fjU="; 40 + hash = "sha256-egF4PwW32Q82rqeHHMBnV0ma6K3pM0l6rrbFCCdOc1g="; 41 41 }; 42 42 43 43 # cycle detection; lib can't be split