Merge pull request #273267 from aaronjheng/podman-tui

podman-tui: 0.13.0 -> 0.14.0
This commit is contained in:
Nick Cao
2023-12-10 11:46:23 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "podman-tui";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-d2T2A4LsZQ09w7ZsVceqCGaO8wijRGGsk3hLhMykM9U=";
hash = "sha256-RSQcpodippp4B4FM0yr+YFseoofas1M6xBqqtFD1BB0=";
};
vendorHash = null;