enumer: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2025-08-24 09:31:54 +00:00
parent e25925708e
commit 2fd6cf3204
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "enumer";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "dmarkham";
repo = "enumer";
tag = "v${version}";
hash = "sha256-6K9xsJ9VmsfMDAUZZpQPtwZKzyITuRy2mmduwhya9EY=";
hash = "sha256-Motlnq1U40gUGhDdFtKgQ7ogGfm8RvittTnRWOqIhKU=";
};
vendorHash = "sha256-w9T9PWMJjBJP2MmhGC7e78zbszgCwtVrfO5AQlu/ugQ=";