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

@ -1,5 +1,5 @@
pkgname=vcom
pkgver=0.1.9
pkgver=0.2.4
pkgrel=1
pkgdesc="Terminal file manager inspired by Midnight Commander"
arch=("x86_64" "aarch64")

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;