3
0
Fork 0
forked from mirrors/nixpkgs

Updating acpid.

svn path=/nixpkgs/trunk/; revision=19942
This commit is contained in:
Lluís Batlle i Rossell 2010-02-11 18:59:58 +00:00
parent 8bfde9d310
commit fab150b628

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "acpid-1.0.8";
stdenv.mkDerivation rec {
name = "acpid-1.0.10";
src = fetchurl {
url = mirror://sourceforge/acpid/acpid-1.0.8.tar.gz;
sha256 = "1cdp4vql8ya073b42mjpzpzzn1py00baazq91837vhrq5hqfaynm";
url = "mirror://sourceforge/acpid/${name}.tar.gz";
sha256 = "0q27adx0c0bzvy9f9zfny69iaay3b4b79b693fhaq1bkvph3qw12";
};
preBuild = ''