* ec2-api-tools updated to 1.4.4.2.
svn path=/nixpkgs/trunk/; revision=30054
This commit is contained in:
parent
0ccd825d81
commit
78ff18a538
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, unzip, makeWrapper, jre }:
|
{ stdenv, fetchurl, unzip, makeWrapper, jre }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ec2-api-tools-1.4.2.2";
|
name = "ec2-api-tools-1.4.4.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://s3.amazonaws.com/ec2-downloads/ec2-api-tools.zip;
|
url = http://s3.amazonaws.com/ec2-downloads/ec2-api-tools.zip;
|
||||||
sha256 = "1e0f183c1e6d90338dbf427697908167a61c66dc7761ae5a73bb849f39f701fe";
|
sha256 = "03immxrrc7brbwm9nbp6dqw4bxpcb18l8rsj75nd6h2vanq2qlj4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip makeWrapper ];
|
buildInputs = [ unzip makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user