Merge pull request #286266 from r-ryantm/auto-update/podman-tui

podman-tui: 0.16.0 -> 0.17.0
This commit is contained in:
Nick Cao
2024-02-04 09:59:57 -05:00
committed by GitHub
@@ -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;