Unverified Commit 472feea2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #296407 from r-ryantm/auto-update/podman-tui

podman-tui: 0.17.0 -> 0.18.0
parents fddafd89 2ea8287b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "podman-tui";
  version = "0.17.0";
  version = "0.18.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman-tui";
    rev = "v${version}";
    hash = "sha256-nPSUpGLSuIZMzgvmZtCZ3nqT5b1+0VkCmzPnUMLYkss=";
    hash = "sha256-T2hiCRoZqdbcB36Tpy597j7Hc1yeR2MijQbuheENfuA=";
  };

  vendorHash = null;