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

Merge pull request #232037 from r-ryantm/auto-update/ov

ov: 0.15.0 -> 0.22.0
parents 725bb2a7 969c48ea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "ov";
  version = "0.15.0";
  version = "0.22.0";

  src = fetchFromGitHub {
    owner = "noborus";
    repo = "ov";
    rev = "refs/tags/v${version}";
    hash = "sha256-gL2Gz7ziy6YfAiGuvyg7P9wUBST/Hy6/vmpQN9tdv3g=";
    hash = "sha256-+yxWvh9UjbGdMl8jyEi/ZqsnDWuIci/ZZ+RNFS/yxoo=";
  };

  vendorHash = "sha256-BM9XnjAiX3qAukqwbl3Aij1scKU2+txx4SHC8aHaS/Q=";
  vendorHash = "sha256-bQREazHu0SQrMKyNPtUvzeKR/zb0FJOLpHBwHml43Hs=";

  ldflags = [
    "-X main.Version=v${version}"