fix: bump PKGBUILD and flake.nix version to v0.2.4

This commit is contained in:
vrubelroman 2026-05-04 15:23:22 +03:00
parent 2cf198cea8
commit 288325c2a1
2 changed files with 2 additions and 2 deletions

View file

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