enumer: 1.6.1 -> 1.6.3

This commit is contained in:
R. Ryantm
2026-01-22 07:06:01 +00:00
parent 5d361f1d1d
commit 5fc8944b6b
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "enumer";
version = "1.6.1";
version = "1.6.3";
src = fetchFromGitHub {
owner = "dmarkham";
repo = "enumer";
tag = "v${version}";
hash = "sha256-Motlnq1U40gUGhDdFtKgQ7ogGfm8RvittTnRWOqIhKU=";
hash = "sha256-VowZcDNksa4ncydzdWyCDMcyEIujUmfVlf4SDEGPpVg=";
};
vendorHash = "sha256-w9T9PWMJjBJP2MmhGC7e78zbszgCwtVrfO5AQlu/ugQ=";
vendorHash = "sha256-3aiAvpNGW2FtMmpzKx/+dWJ3ZQG3BKJei8KcJMyDH20=";
meta = {
description = "Go tool to auto generate methods for enums";