podman-tui: 0.16.0 -> 0.17.0

This commit is contained in:
R. Ryantm
2024-02-04 12:08:22 +00:00
parent e1297790f1
commit cb01c0434c
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "podman-tui";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-Ndy7B0T2RgdkBA+nTYvAJ2RnIH48bUu9MdUDAVQUa6s=";
hash = "sha256-nPSUpGLSuIZMzgvmZtCZ3nqT5b1+0VkCmzPnUMLYkss=";
};
vendorHash = null;