mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
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.mkDerivation rec {
|
||||
name = "ec2-ami-tools-1.4.0.9";
|
||||
name = "ec2-ami-tools-${version}";
|
||||
|
||||
version = "1.5.3";
|
||||
|
||||
buildInputs = [ unzip makeWrapper ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://tarballs.nixos.org/${name}.zip";
|
||||
sha256 = "0icpjr2ipch3f6cf4rg9x5z2y9k6a4rd85npsmw3a1ambs3dwxlq";
|
||||
url = "http://s3.amazonaws.com/ec2-downloads/${name}.zip";
|
||||
sha256 = "0n184nxc57alg25h5bslg0cs1z854sf7f52a820ihxxknrq2dy6i";
|
||||
};
|
||||
|
||||
# Amazon EC2 requires that disk images are writable. If they're
|
||||
|
Loading…
Reference in New Issue
Block a user