Unverified Commit 8c8ed0ee authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

podman-tui: 1.0.0 -> 1.0.1
parents 4bfce965 95bc17d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "podman-tui";
  version = "1.0.0";
  version = "1.0.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman-tui";
    rev = "v${version}";
    hash = "sha256-sJaiZJeT0oUAnSg9Kv8uMp1XoumumC3LB77lelmwSgw=";
    hash = "sha256-t1vrUXv0ZP+vmOcUIue/yvB34DP+gduopuN0U9oixBQ=";
  };

  vendorHash = null;