ov: 0.35.0 -> 0.36.0

This commit is contained in:
R. Ryantm 2024-07-25 02:32:20 +00:00
parent 18c8da898c
commit 54d181e2e4

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "ov";
version = "0.35.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "noborus";
repo = "ov";
rev = "refs/tags/v${version}";
hash = "sha256-P/GkroAyE2mDEqLIyOqUGvauhPHVvaVRxpDkGv+BCqw=";
hash = "sha256-0dnaZZmciKnN+rVKitqAf3Bt2vtWP+/fB1tuCuMRvio=";
};
vendorHash = "sha256-PDyqscKzL2tGVrUckbedt0offgsCpDjxtnSeqggTM+A=";
vendorHash = "sha256-Ktusm7NldO5dTiLBIZ7fzsQ69kyTmKs9OJXZPP1oSws=";
ldflags = [
"-s"