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

podman-tui: 0.17.0 -> 0.18.0
This commit is contained in:
Weijia Wang 2024-03-18 05:35:37 +01:00 committed by GitHub
commit 472feea200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "podman-tui";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-nPSUpGLSuIZMzgvmZtCZ3nqT5b1+0VkCmzPnUMLYkss=";
hash = "sha256-T2hiCRoZqdbcB36Tpy597j7Hc1yeR2MijQbuheENfuA=";
};
vendorHash = null;