Skip to content

Commit

Permalink
ec2-ami-tools: 1.5.7 -> 1.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 3, 2024
1 parent 456df9b commit 351e8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/virtualization/ec2-ami-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "ec2-ami-tools";

version = "1.5.7";
version = "1.5.19";

nativeBuildInputs = [ makeWrapper unzip ];

src = fetchurl {
url = "https://s3.amazonaws.com/ec2-downloads/${pname}-${version}.zip";
sha256 = "17xj7xmdbcwdbzalhfs6yyiwa64978mk3li39l949qfjjgrxjias";
sha256 = "sha256-vdpElL6n1V3/+ZVFndRwWpU/M2W7xp8DQwx5a1zB3X8=";
};

# Amazon EC2 requires that disk images are writable. If they're
Expand Down

0 comments on commit 351e8e5

Please sign in to comment.