podman-tui: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-06-02 13:40:31 +00:00
parent d89843551b
commit 96e2a0dbd3

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;