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

podman-tui: 1.11.0 -> 1.11.1 (#500704)

parents 43652755 f778d6b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule (finalAttrs: {
  pname = "podman-tui";
  version = "1.11.0";
  version = "1.11.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman-tui";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6o4ugQcVoy4HSDxxoe+5hx4C24CIDm7+am+4VRqJXl8=";
    hash = "sha256-tOwiRzRxf8KSGSjEeMLN3DcDbOFwss4BvfwegDnOdLg=";
  };

  vendorHash = null;