Added version suffixes.

svn path=/nixpkgs/trunk/; revision=8921
This commit is contained in:
Michael Raskin 2007-06-26 12:13:17 +00:00
parent 42f841bcab
commit d80093f2ff
7 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, gtk, pkgconfig, glib, perl, perlXMLParser, libxml2, gettext, python, libxml2Python, docbook5, docbook_xsl, libxslt }:
stdenv.mkDerivation {
name = "dia";
name = "dia-0.96";
src = fetchurl {
url = http://ftp.gnome.org.nyud.net:8080/pub/gnome/sources/dia/0.96/dia-0.96.1.tar.bz2;

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, libX11, libXi, imake, xauth, libXau}:
stdenv.mkDerivation {
name = "xmove";
name = "xmove-2.0b2";
src = fetchurl {
url = http://ftp.debian.org/debian/pool/main/x/xmove/xmove_2.0beta2.orig.tar.gz;

View file

@ -1,7 +1,7 @@
pkgs:
pkgs.stdenv.mkDerivation {
name = "iproute";
name = "iproute-20070313";
src = pkgs.fetchurl {
url = http://ftp.debian.org/debian/pool/main/i/iproute/iproute_20070313.orig.tar.gz;

View file

@ -3,7 +3,7 @@
assert stdenv.isLinux;
stdenv.mkDerivation {
name = "iputils";
name = "iputils-20020927";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/iputils_20020927.orig.tar.gz;

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, coreutils, ncurses}:
stdenv.mkDerivation {
name = "zsh";
name = "zsh-4.2.3";
src = fetchurl {
url = ftp://nephtys.lip6.fr/pub/unix/shells/zsh/zsh-4.2.3.tar.bz2;

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "unrar";
name = "unrar-3.7.6";
src = fetchurl {
sha256 = "0inzy0jlwqm18i6lq17aq4n2baqqlbjyr6incw4s9cxrvmjq51ls";

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, coreutils}:
stdenv.mkDerivation {
name = "sudo";
name = "sudo-1.6.8";
src = fetchurl {
url = ftp://sunsite.ualberta.ca/pub/Mirror/sudo/sudo-1.6.8p12.tar.gz;