Commit 5bd1a7f7 authored by R. RyanTM's avatar R. RyanTM
Browse files

podman-tui: 1.3.0 -> 1.3.1

parent bafca6cb
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;