apt: 2.7.7 -> 2.7.8
This commit is contained in:
parent
bc85b737c5
commit
cec46c6de7
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "apt";
|
pname = "apt";
|
||||||
version = "2.7.7";
|
version = "2.7.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
|
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
|
||||||
hash = "sha256-07PztwFPblYbhsBZuJBA0MdCy6vFdlk8bvqg3Xsk3nc=";
|
hash = "sha256-nAmiwfGEiftDDWFrk+bfWhX2FHOFanidXjzOCtIZXcY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# cycle detection; lib can't be split
|
# cycle detection; lib can't be split
|
||||||
|
|
Loading…
Reference in a new issue