apt: 2.9.2 -> 2.9.3

This commit is contained in:
R. Ryantm 2024-05-15 03:57:51 +00:00
parent 311cd0a3d8
commit 86d7a255bd

View File

@ -33,11 +33,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "2.9.2";
version = "2.9.3";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-gKp0RmsTLlDtjQFZ8Q5kpEi2psZHI9YsQrg6UZnKA6c=";
hash = "sha256-7R0BlcpujXjbulOJ7Eb8/gQiut77vce1GkbJCfa6LXE=";
};
# cycle detection; lib can't be split