podman-tui: 0.13.0 -> 0.14.0

This commit is contained in:
Aaron Jheng 2023-12-10 03:02:09 +00:00
parent 29c52e1af8
commit b9884cb836
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -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;