podman-tui: 1.11.1 -> 1.11.2

This commit is contained in:
R. Ryantm
2026-06-20 19:04:49 +00:00
parent 9a21e4f721
commit 8e49d1002e
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "podman-tui";
version = "1.11.1";
version = "1.11.2";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
tag = "v${finalAttrs.version}";
hash = "sha256-tOwiRzRxf8KSGSjEeMLN3DcDbOFwss4BvfwegDnOdLg=";
hash = "sha256-+yi9t+NHieYvNKgmIgExotESFk8qvnYV11uuHMuV/No=";
};
vendorHash = null;