Merge pull request #267154 from r-ryantm/auto-update/podman-tui

podman-tui: 0.11.0 -> 0.12.0
This commit is contained in:
OTABI Tomoya 2023-11-14 18:01:13 +09:00 committed by GitHub
commit 4914db6d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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