* popt updated to 1.15.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15238
This commit is contained in:
Eelco Dolstra
2009-04-22 07:16:45 +00:00
parent ac1d4fcdc5
commit 78fbf85483
4 changed files with 11 additions and 26 deletions
+10 -1
View File
@@ -1 +1,10 @@
import ./popt-1.7.nix
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "popt-1.15";
src = fetchurl {
url = http://rpm5.org/files/popt/popt-1.15.tar.gz;
sha256 = "1wqbcimg4zlfp7261i89s1918a46fjfbvq1a4ij4a6prk27576q6";
};
}