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

ov: 0.34.0 -> 0.34.1
This commit is contained in:
Nick Cao 2024-04-28 11:09:16 -04:00 committed by GitHub
commit fde1f723d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "ov";
version = "0.34.0";
version = "0.34.1";
src = fetchFromGitHub {
owner = "noborus";
repo = "ov";
rev = "refs/tags/v${version}";
hash = "sha256-2Qk94xaDD+O8jO7Pq1MUWieEjUlVLxYxMMcsrEUwP4M=";
hash = "sha256-1IFjnBIa/xCX2nY0RHhj/7OCYErY9QB/OBMaf3wDvrc=";
};
vendorHash = "sha256-USMDIgB4LhI4kzSg2kkCXfbN9t49WEg0fUtAcZkngac=";