podman-tui: 0.17.0 -> 0.18.0

This commit is contained in:
R. Ryantm
2024-03-16 12:35:55 +00:00
parent 6165a71162
commit 2ea8287be1
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "podman-tui";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-nPSUpGLSuIZMzgvmZtCZ3nqT5b1+0VkCmzPnUMLYkss=";
hash = "sha256-T2hiCRoZqdbcB36Tpy597j7Hc1yeR2MijQbuheENfuA=";
};
vendorHash = null;