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

podman-tui: 1.0.0 -> 1.0.1
This commit is contained in:
Nick Cao 2024-05-11 10:36:58 -04:00 committed by GitHub
commit 8c8ed0eefc
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 = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-sJaiZJeT0oUAnSg9Kv8uMp1XoumumC3LB77lelmwSgw=";
hash = "sha256-t1vrUXv0ZP+vmOcUIue/yvB34DP+gduopuN0U9oixBQ=";
};
vendorHash = null;