ovn: 25.03.1 -> 25.09.0

Changelog: https://github.com/ovn-org/ovn/blob/refs/tags/v25.09.0/NEWS
This commit is contained in:
Adam C. Stephens
2025-09-11 12:37:41 -04:00
parent 0de86536c0
commit 7347ab5685
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "ovn";
version = "25.03.1";
version = "25.09.0";
src = fetchFromGitHub {
owner = "ovn-org";
repo = "ovn";
tag = "v${version}";
hash = "sha256-nDW3jwZ0RE9i+5+8eRKb7P7KQxiGd22dn/s7bzx/CjQ=";
hash = "sha256-DNaf3vWb6tlzViMEI02+3st/0AiMVAomSaiGplcjkIc=";
fetchSubmodules = true;
};