Commit 440119b1 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

odo: 3.3.0 -> 3.4.0

parent 7d96e682
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "odo";
  version = "3.3.0";
  version = "3.4.0";

  src = fetchFromGitHub {
    owner = "redhat-developer";
    repo = "odo";
    rev = "v${version}";
    sha256 = "sha256-Np2O3mO9wBxDcCHG8/zMdIU2N+3RNRT2SN3kh7+l2Nc=";
    sha256 = "sha256-UXeSerVtskEloH60vNom8H6/gEy7adUnBsc/5q7wrDM=";
  };

  vendorSha256 = null;