podman-tui: 1.9.0 -> 1.10.0

This commit is contained in:
R. Ryantm
2025-12-23 16:47:11 +00:00
parent 1329c5271e
commit 19906f1449
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "podman-tui";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
tag = "v${finalAttrs.version}";
hash = "sha256-vE2GG7lDGORTuziNSoKJWNKGhskcGuEh6U2KHrGu0JQ=";
hash = "sha256-Nm0vf+/DfFMFRYrxI48EoIeQZz19LUSJC9260+Vtynk=";
};
vendorHash = null;