podman-tui: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm
2026-03-09 15:06:55 +00:00
parent 42101f0de3
commit 16e3538834
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "podman-tui";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
tag = "v${finalAttrs.version}";
hash = "sha256-Nm0vf+/DfFMFRYrxI48EoIeQZz19LUSJC9260+Vtynk=";
hash = "sha256-6o4ugQcVoy4HSDxxoe+5hx4C24CIDm7+am+4VRqJXl8=";
};
vendorHash = null;