We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7837256 + 1c25d6e commit 2e9a29eCopy full SHA for 2e9a29e
pkgs/by-name/ov/ov/package.nix
@@ -12,16 +12,16 @@
12
13
buildGoModule rec {
14
pname = "ov";
15
- version = "0.37.0";
+ version = "0.38.0";
16
17
src = fetchFromGitHub {
18
owner = "noborus";
19
repo = "ov";
20
tag = "v${version}";
21
- hash = "sha256-PZYYr2763L/BOn05TSDr3tkjQQkg2Niic3rJrFSevu0=";
+ hash = "sha256-xbGo/Hgg5XmJACRa4t4QC2vHse5gJ2D4fmmDKurmfNw=";
22
};
23
24
- vendorHash = "sha256-Xntel9WXwCY5iqC9JvrE/iSIXff504fCUP5kYc6pf7Y=";
+ vendorHash = "sha256-YS4HraVJ++ZLvNRVUynsZsA1lVYo91IuMKmRxCBQeKU=";
25
26
ldflags = [
27
"-s"
0 commit comments