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

ov: 0.33.3 -> 0.34.0
This commit is contained in:
Weijia Wang 2024-04-21 17:28:10 +02:00 committed by GitHub
commit 835363cc58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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"