apt: 2.9.31 -> 2.9.33 (#391253)

This commit is contained in:
Weijia Wang
2025-03-25 00:14:34 +01:00
committed by GitHub

View File

@@ -34,14 +34,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "apt"; pname = "apt";
version = "2.9.31"; version = "2.9.33";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "salsa.debian.org"; domain = "salsa.debian.org";
owner = "apt-team"; owner = "apt-team";
repo = "apt"; repo = "apt";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-9YamO7niRXULnxiaRYB0BlzDitNtkKMe0Rw7KxDOOSM="; hash = "sha256-CniUdpQWUyS0GMRLmdA4zX0iF3geT5dglBfJy1li9O0=";
}; };
# cycle detection; lib can't be split # cycle detection; lib can't be split