podman-tui: 1.3.1 -> 1.4.0

This commit is contained in:
R. Ryantm
2025-03-01 12:57:18 +00:00
parent e318dabd63
commit 8af5b7828d
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "podman-tui";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-IO2y+im6QQ6krgYBiFxv9FSU4X6Y+s8/y5/piE1HDSo=";
hash = "sha256-HPn467lqHyT+I42J8Bs4lmUlNf/Pr2Grrmp6KCGvlwo=";
};
vendorHash = null;