Commit 158b281e authored by R. RyanTM's avatar R. RyanTM
Browse files

podman-tui: 1.4.0 -> 1.5.0

parent f53f5f75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "podman-tui";
  version = "1.4.0";
  version = "1.5.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman-tui";
    rev = "v${version}";
    hash = "sha256-HPn467lqHyT+I42J8Bs4lmUlNf/Pr2Grrmp6KCGvlwo=";
    hash = "sha256-dtXJRoOb/FhGuCaRB43/8y2DM3ZgpYVts1ATzsVsUFE=";
  };

  vendorHash = null;