Fix config lookup ENOTDIR and prepare v0.1.4

This commit is contained in:
vrubelroman 2026-04-24 15:44:07 +03:00
parent 6b23717572
commit 87f43e0c6a
3 changed files with 15 additions and 10 deletions

View file

@ -13,7 +13,7 @@
lib = pkgs.lib;
packageBase = pkgs.buildGoModule {
pname = "vcom";
version = "0.1.3";
version = "0.1.4";
src = ./.;
vendorHash = null;