podman-tui: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2023-11-13 07:02:23 +00:00
parent b0e3e12d6c
commit 170def0984
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "podman-tui";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-XaZgvy8b/3XUjO/GAQV6fxfqlR+eSMeosC7ugoYsEJM=";
hash = "sha256-l6jbc/+Fi5xx7yhK0e5/iqcm7i8JnU37Qr4niVG4OvU=";
};
vendorHash = null;