apt: 2.7.12 -> 2.7.13

This commit is contained in:
R. Ryantm 2024-02-29 10:51:21 +00:00
parent 18b6efcdce
commit 918789b650

View File

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