podman-tui: 1.4.0 -> 1.5.0 (#396539)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] aaronjheng and committed by GitHub 0bd2afcb be031066

+2 -2
+2 -2
pkgs/by-name/po/podman-tui/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "podman-tui"; 12 - version = "1.4.0"; 12 + version = "1.5.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "containers"; 16 16 repo = "podman-tui"; 17 17 rev = "v${version}"; 18 - hash = "sha256-HPn467lqHyT+I42J8Bs4lmUlNf/Pr2Grrmp6KCGvlwo="; 18 + hash = "sha256-dtXJRoOb/FhGuCaRB43/8y2DM3ZgpYVts1ATzsVsUFE="; 19 19 }; 20 20 21 21 vendorHash = null;