Skip to content

Commit fc56d01

Browse files
authored
amazon-ec2-net-utils: 2.5.5 -> 2.6.0 (#413008)
2 parents 281f14f + 53dd91b commit fc56d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/am/amazon-ec2-net-utils/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "amazon-ec2-net-utils";
20-
version = "2.5.5";
20+
version = "2.6.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "amazonlinux";
2424
repo = "amazon-ec2-net-utils";
2525
tag = "v${version}";
26-
hash = "sha256-FHPJeyXrnf0+aeh1YqFXWz7qreLs6FHpZuPArt/nkIo=";
26+
hash = "sha256-PtnRgNmVrIGndLjYjXWWx85z4oxjn637iZqXd6OSiQg=";
2727
};
2828

2929
strictDeps = true;

0 commit comments

Comments
 (0)