We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1d2119 + 24cc461 commit acd6544Copy full SHA for acd6544
pkgs/by-name/e1/e1s/package.nix
@@ -5,7 +5,7 @@
5
}:
6
let
7
pname = "e1s";
8
- version = "1.0.46";
+ version = "1.0.47";
9
in
10
buildGoModule {
11
inherit pname version;
@@ -14,10 +14,10 @@ buildGoModule {
14
owner = "keidarcy";
15
repo = "e1s";
16
tag = "v${version}";
17
- hash = "sha256-Wnj6HNxVdhnmGMtw+Da/LRxMkXBm+rWDUcHPOxFXDLU=";
+ hash = "sha256-5lb2j3cfQ2W+r+3UOdxXt15PQNWIMRM+pwChdzL+HUQ=";
18
};
19
20
- vendorHash = "sha256-bBl4D7HNIiAym6BWSJ0x4LZnIEUMfECj6dDDVZIFrHA=";
+ vendorHash = "sha256-1lise/u40Q8W9STsuyrWIbhf2HY+SFCytUL1PTSWvfY=";
21
22
meta = with lib; {
23
description = "Easily Manage AWS ECS Resources in Terminal 🐱";
0 commit comments