apt: 2.7.13 -> 2.7.14

This commit is contained in:
R. Ryantm 2024-03-23 00:21:53 +00:00
parent 53c8f2940d
commit 6bae4bcaf4

View File

@ -33,11 +33,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "2.7.13";
version = "2.7.14";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-xCq1XpHXvuX8v3/4w1hHFMusqgNl8JHn5gT3+Ek8fjU=";
hash = "sha256-egF4PwW32Q82rqeHHMBnV0ma6K3pM0l6rrbFCCdOc1g=";
};
# cycle detection; lib can't be split