about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-21 17:28:10 +0200
committerGitHub <noreply@github.com>2024-04-21 17:28:10 +0200
commit835363cc5813fba86bd775ff7198e6b682a01388 (patch)
tree7a1c4213c4443b3fbccc63cbc85e531dc2313dbc
parent32d54367c1e838dd4f6d0c9e5768db50aaa3c9b3 (diff)
parent5d60c6147a4a860c5fa07647ea9ea10df8936d46 (diff)
Merge pull request #305744 from r-ryantm/auto-update/ov
ov: 0.33.3 -> 0.34.0
-rw-r--r--pkgs/tools/text/ov/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/ov/default.nix b/pkgs/tools/text/ov/default.nix
index d74d4bc061826..e0ccf023a5ae7 100644
--- a/pkgs/tools/text/ov/default.nix
+++ b/pkgs/tools/text/ov/default.nix
@@ -10,16 +10,16 @@
 
 buildGoModule rec {
   pname = "ov";
-  version = "0.33.3";
+  version = "0.34.0";
 
   src = fetchFromGitHub {
     owner = "noborus";
     repo = "ov";
     rev = "refs/tags/v${version}";
-    hash = "sha256-dKAZ8rcm1J3jRfOyLz74YuVv0hZ3iWXR1slBTu5CtYU=";
+    hash = "sha256-2Qk94xaDD+O8jO7Pq1MUWieEjUlVLxYxMMcsrEUwP4M=";
   };
 
-  vendorHash = "sha256-6Ik//r6JJ2n9lXr6JZ6BGIIL7yXXray+flEwQ0IKyA4=";
+  vendorHash = "sha256-USMDIgB4LhI4kzSg2kkCXfbN9t49WEg0fUtAcZkngac=";
 
   ldflags = [
     "-s"