diff --git a/pkgs/by-name/e1/e1s/package.nix b/pkgs/by-name/e1/e1s/package.nix index edab9766f4a0..3bae6c60d524 100644 --- a/pkgs/by-name/e1/e1s/package.nix +++ b/pkgs/by-name/e1/e1s/package.nix @@ -1,7 +1,7 @@ { lib, buildGoModule, fetchFromGitHub }: let pname = "e1s"; - version = "1.0.39"; + version = "1.0.41"; in buildGoModule { inherit pname version; @@ -10,7 +10,7 @@ buildGoModule { owner = "keidarcy"; repo = "e1s"; rev = "refs/tags/v${version}"; - hash = "sha256-kfG9Nkt5L2YokTLPzPuIAmjCHlZvr3FqZiYLr8bU+K4="; + hash = "sha256-JYda+CoTa8HAZ0B0kcr4s9u+4dlhthFLpjGaZqAFuhU="; }; vendorHash = "sha256-u6h/sqI0Rqs3ZmVXtMNVuL3h9Cj15+mM+QnIaylzlHI="; @@ -18,7 +18,7 @@ buildGoModule { meta = with lib; { description = "Easily Manage AWS ECS Resources in Terminal 🐱"; homepage = "https://github.com/keidarcy/e1s"; - changelog = "https://github.com/derailed/e1s/releases/tag/v${version}"; + changelog = "https://github.com/keidarcy/e1s/releases/tag/v${version}"; license = licenses.mit; mainProgram = "e1s"; maintainers = with maintainers; [ zelkourban ];