podman-tui: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2025-06-08 11:08:42 +00:00
parent 73557c22ec
commit 06ea360c1d
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "podman-tui";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
tag = "v${finalAttrs.version}";
hash = "sha256-t9VhDl4pBW5H5RhpskU8Us9NxpPJmyishKROvbAc2V0=";
hash = "sha256-U+oQUdqOhF6p52bEvMBqoxn4Z5WexsYe97XFOEMSFpk=";
};
vendorHash = null;