enumer: 1.5.11 -> 1.6.0

This commit is contained in:
R. Ryantm 2025-08-15 20:25:28 +00:00
parent 3d62d9c518
commit 9cb2bf1328

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "enumer";
version = "1.5.11";
version = "1.6.0";
src = fetchFromGitHub {
owner = "dmarkham";
repo = "enumer";
tag = "v${version}";
hash = "sha256-zFx4Djar2nC/kanoEkmHTumon2MwKMsoZU6/heUPW2I=";
hash = "sha256-6K9xsJ9VmsfMDAUZZpQPtwZKzyITuRy2mmduwhya9EY=";
};
vendorHash = "sha256-w9T9PWMJjBJP2MmhGC7e78zbszgCwtVrfO5AQlu/ugQ=";