Bump version in default.nix

This commit is contained in:
Github Actions 2024-01-18 16:37:44 +00:00
parent 4497745dd2
commit 3704828d45

View file

@ -14,7 +14,7 @@
buildGoApplication {
pname = "di-tui";
version = "v1.4.0";
version = "v1.5.0";
pwd = ./.;
src = ./.;
modules = ./gomod2nix.toml;