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

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

ov: 0.14.0 -> 0.14.1
parents ba8b2baf a55b9e1d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "ov";
  version = "0.14.0";
  version = "0.14.1";

  src = fetchFromGitHub {
    owner = "noborus";
    repo = "ov";
    rev = "refs/tags/v${version}";
    hash = "sha256-8xurv4RldKVeakYSkY4rxx9kCeXxKc7ou7bN1+uoY50=";
    hash = "sha256-ow2tIML7+x0X3FSpr4UQ8bzzYhZJZ9pZL8eNReEjitQ=";
  };

  vendorHash = "sha256-hyvWyUJyDZgxlOJI5NhLNC6kf2e1SvH/msg2WMKTW4Y=";
  vendorHash = "sha256-X2/kcXxdGwFvdiTu1MGyv90OngWmR/xR2YtjvmLkiVE=";

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