podman-tui: 0.12.0 -> 0.13.0

This commit is contained in:
Aaron Jheng
2023-12-05 01:46:30 +00:00
parent 34deb05e55
commit 6c3061941d
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "podman-tui";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-l6jbc/+Fi5xx7yhK0e5/iqcm7i8JnU37Qr4niVG4OvU=";
hash = "sha256-d2T2A4LsZQ09w7ZsVceqCGaO8wijRGGsk3hLhMykM9U=";
};
vendorHash = null;