Unverified Commit 34d09b05 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

podman-tui: 1.3.0 -> 1.3.1 (#376977)

parents cf127ccf 5bd1a7f7
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.3.0";
  version = "1.3.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman-tui";
    rev = "v${version}";
    hash = "sha256-3AgPt7dRZaHrM4/y35Z5elBFq1b2ZhvwBd4CKNBbgTk=";
    hash = "sha256-IO2y+im6QQ6krgYBiFxv9FSU4X6Y+s8/y5/piE1HDSo=";
  };

  vendorHash = null;