mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
* Latest dpkg (the old one has disappeared).
svn path=/nixpkgs/trunk/; revision=12848
This commit is contained in:
parent
119473aac6
commit
a5231ec30e
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, perl, zlib, bzip2}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "dpkg-1.14.19";
|
||||
name = "dpkg-1.14.22";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_1.14.19.tar.gz;
|
||||
sha256 = "11qm7kg7y472g2nki2gjdlk9xgrzblag7lcwsmdzx7jv4r1yk1sj";
|
||||
url = mirror://debian/pool/main/d/dpkg/dpkg_1.14.22.tar.gz;
|
||||
sha256 = "10ak9p7ylmfc76hfjqhzyblh2cgc5g4s8ljbxzya1yszsvb59sgq";
|
||||
};
|
||||
|
||||
configureFlags = "--without-dselect --with-admindir=/var/lib/dpkg";
|
||||
|
Loading…
Reference in New Issue
Block a user