podman-tui: 0.3.0 -> 0.3.1

This commit is contained in:
Aaron Jheng 2022-04-30 01:50:56 +00:00
parent b9387eced5
commit 1eb691dfe6
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -11,13 +11,13 @@
}:
buildGoModule rec {
pname = "podman-tui";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
sha256 = "sha256-1WbDmnKyFosp4Kz9QINr3lOR/wD0UW2QZf7nAAaoClM=";
sha256 = "sha256-Xc6F87evQiv4jRbxxRBzJBeI8653HvlQL+UwcVWY0wk=";
};
vendorSha256 = null;