Merge pull request #224380 from IndeedNotJames/podman-tui

podman-tui: 0.9.0 -> 0.9.1
This commit is contained in:
Mario Rodas 2023-04-02 16:36:31 -05:00 committed by GitHub
commit 68e397bdd0
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.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-qw7ylukG7M31rUtoZqbcjWchcEB14uvb2k1cjIjy8qA=";
hash = "sha256-0iI417mwmwph4wjuusaWY0kGtVsQy7i+eZvE1tYiINY=";
};
vendorHash = null;