podman-tui: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm
2025-09-13 12:38:47 +00:00
parent f4ee7c9223
commit f08aa19be0
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "podman-tui";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
tag = "v${finalAttrs.version}";
hash = "sha256-WNaHpr5Ujq2xiA0LJV7KHRT3qGHojYex4LZhiFTGusk=";
hash = "sha256-lTgILCaisnCXMnNL6DSGIszJBC3GiPStZzol3dCm/7s=";
};
vendorHash = null;