apt: 3.3.0 -> 3.3.1

This commit is contained in:
nicknb
2026-05-23 18:01:37 +02:00
parent a32b06410f
commit ac33fd62fd
+2 -2
View File
@@ -35,14 +35,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "apt-team";
repo = "apt";
rev = finalAttrs.version;
hash = "sha256-UvCdRQDXNwWqc4FDt4AFdPIX1oMUVpFYzbWGDqS7TvA=";
hash = "sha256-93DR4MfKuJ4sF1BHCZyyR04v+WIoEMBW+GvLy7OhuWk=";
};
# cycle detection; lib can't be split