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

podman-tui: 1.0.1 -> 1.1.0
This commit is contained in:
Pol Dellaiera 2024-06-02 23:11:52 +02:00 committed by GitHub
commit 8454362c89
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.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-t1vrUXv0ZP+vmOcUIue/yvB34DP+gduopuN0U9oixBQ=";
hash = "sha256-my/y2cgF7F0wk5VJKfmqotBrV3HPmRQGPjlSdMe7wXk=";
};
vendorHash = null;