Unverified Commit 18ee4983 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #207599 from r-ryantm/auto-update/ocm

ocm: 0.1.64 -> 0.1.65
parents 66ac96a8 efcc85ed
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "ocm";
  version = "0.1.64";
  version = "0.1.65";

  src = fetchFromGitHub {
    owner = "openshift-online";
    repo = "ocm-cli";
    rev = "v${version}";
    sha256 = "sha256-RMXiEXgf8tAdp2d97kaOzXgFCFVkaMhkJF8AHXIEJm8=";
    sha256 = "sha256-UzHGVK/HZ5eH8nO4+G92NunOQi9AWnqv4vgcHjtoPDw=";
  };

  vendorSha256 = "sha256-4m5Ej2Ql9+wGqrzvXQkY8fL2I9tYE6Tm6s9+qcZBHQI=";
  vendorSha256 = "sha256-4pqXap1WayqdXuwwLktE71D7x6Ao9MkIKSzIKtVyP84=";

  # Strip the final binary.
  ldflags = [ "-s" "-w" ];