Merge pull request #290378 from r-ryantm/auto-update/apt
apt: 2.7.11 -> 2.7.12
This commit is contained in:
commit
a123e0cb46
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "apt";
|
||||
version = "2.7.11";
|
||||
version = "2.7.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-ZD5skWsyQSmGc5yStEwijMmQv0c/ikHWm5m1RdEMMqc=";
|
||||
hash = "sha256-5G0Wa1/Ih8LZvKet1+DM2lR7lit2LhJyoIwEJrqpnK8=";
|
||||
};
|
||||
|
||||
# cycle detection; lib can't be split
|
||||
|
|
Loading…
Reference in a new issue