enumer: 1.5.7 -> 1.5.8

Diff: https://github.com/dmarkham/enumer/compare/refs/tags/v1.5.7...v1.5.8
This commit is contained in:
Martin Weinelt 2023-04-01 12:15:45 +00:00
parent 36ef3d4a85
commit 1e67c00b61
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "enumer";
version = "1.5.7";
version = "1.5.8";
src = fetchFromGitHub {
owner = "dmarkham";
repo = "enumer";
rev = "refs/tags/v${version}";
hash = "sha256-2fVWrrWOiCtg7I3Lul2PgQ2u/qDEDioPSB61Tp0rfEo=";
hash = "sha256-+YTsXYWVmJ32V/Eptip3WAiqIYv+6nqbdph0K2XzLdc=";
};
vendorSha256 = "sha256-BmFv0ytRnjaB7z7Gb+38Fw2ObagnaFMnMhlejhaGxsk=";
vendorHash = "sha256-+dCitvPz2JUbybXVJxUOo1N6+SUPCSjlacL8bTSlb7w=";
meta = with lib; {
description = "Go tool to auto generate methods for enums";