apt: 2.3.14 -> 2.3.15
This commit is contained in:
parent
8219ba4f50
commit
1201006163
@ -28,11 +28,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "apt";
|
pname = "apt";
|
||||||
version = "2.3.14";
|
version = "2.3.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://debian/pool/main/a/apt/apt_${version}.tar.xz";
|
url = "mirror://debian/pool/main/a/apt/apt_${version}.tar.xz";
|
||||||
hash = "sha256-uQo87RUuzTiaVdoRFeBFZb/L9fWKgIzbcfa1LU0vC98=";
|
hash = "sha256-JWIAfREJk91+eobdgeplDmEhAXm1nqxytu3/Y2TAu6Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user