e1s: 1.0.36 -> 1.0.37

This commit is contained in:
R. Ryantm 2024-06-03 00:18:20 +00:00
parent eb71fe7727
commit 033515f1ad

View File

@ -1,7 +1,7 @@
{ stdenv, lib, buildGoModule, fetchFromGitHub }:
let
pname = "e1s";
version = "1.0.36";
version = "1.0.37";
in
buildGoModule {
inherit pname version;
@ -10,10 +10,10 @@ buildGoModule {
owner = "keidarcy";
repo = "e1s";
rev = "refs/tags/v${version}";
hash = "sha256-i2XCys/fXNS7aXxpAPVqFpuQGempcsBEbVuphXPpBIc=";
hash = "sha256-lqaLfGEllyRlVPkUfLUzPO2o+Ruzp1lFD6/RY4o1L14=";
};
vendorHash = "sha256-fTrKqhfUg+/4xid9YWkTNkXm3HGaoeeJU0RIMW2mtq8=";
vendorHash = "sha256-oQVZ1SNXaXOngZazUVeWLvtZu17XvtIcrx+XC6PvGH0=";
meta = with lib; {
description = "Easily Manage AWS ECS Resources in Terminal 🐱";