ec2-ami-tools: Update from 1.4.0.9 to 1.5.3
This commit is contained in:
parent
86133bb6bf
commit
55e6d092ca
@ -1,13 +1,15 @@
|
|||||||
{ stdenv, fetchurl, unzip, ruby, openssl, makeWrapper }:
|
{ stdenv, fetchurl, unzip, ruby, openssl, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ec2-ami-tools-1.4.0.9";
|
name = "ec2-ami-tools-${version}";
|
||||||
|
|
||||||
|
version = "1.5.3";
|
||||||
|
|
||||||
buildInputs = [ unzip makeWrapper ];
|
buildInputs = [ unzip makeWrapper ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://tarballs.nixos.org/${name}.zip";
|
url = "http://s3.amazonaws.com/ec2-downloads/${name}.zip";
|
||||||
sha256 = "0icpjr2ipch3f6cf4rg9x5z2y9k6a4rd85npsmw3a1ambs3dwxlq";
|
sha256 = "0n184nxc57alg25h5bslg0cs1z854sf7f52a820ihxxknrq2dy6i";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Amazon EC2 requires that disk images are writable. If they're
|
# Amazon EC2 requires that disk images are writable. If they're
|
||||||
|
Loading…
x
Reference in New Issue
Block a user