Skip to content

Commit

Permalink
Merge pull request #256940 from figsoda/ov
Browse files Browse the repository at this point in the history
ov: 0.31.0 -> 0.32.0
  • Loading branch information
marsam authored Sep 23, 2023
2 parents 03eec52 + 20b4770 commit c5c3640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/ov/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "ov";
version = "0.31.0";
version = "0.32.0";

src = fetchFromGitHub {
owner = "noborus";
repo = "ov";
rev = "refs/tags/v${version}";
hash = "sha256-UtYFr5eFdEU/oZqwy84W/GQiFrMPWRIomqgJY3P52Ws=";
hash = "sha256-mQ1KwElD8RizOT2trHWo4T1QiZ974xwhQCCa5snpnZM=";
};

vendorHash = "sha256-0Gs/GFlAl+ttprAVq9NxRLYzP/U2PD4IrY+drSIWJ/c=";
vendorHash = "sha256-XACdtJdACMKQ5gSJcjGAPNGPFL1Tbt6QOovl15mvFGI=";

ldflags = [
"-s"
Expand Down

0 comments on commit c5c3640

Please sign in to comment.