apt: 3.1.3 -> 3.1.4

This commit is contained in:
R. Ryantm 2025-08-14 00:22:26 +00:00
parent 64cf35ea43
commit f830ebb70e

View File

@ -34,14 +34,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "3.1.3";
version = "3.1.4";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "apt-team";
repo = "apt";
rev = finalAttrs.version;
hash = "sha256-1ZGYGXqWBR+kGCNMf6Kkm/v6ncOi7KA8kQ0uxE4SSSg=";
hash = "sha256-l0ZrtYUSX5CmzmtL+qXxvjGNNXG04RUuK9mu1/NJnq8=";
};
# cycle detection; lib can't be split