ovn: 26.03.1 -> 26.03.2

Changelog: https://github.com/ovn-org/ovn/blob/refs/tags/v26.03.2/NEWS
This commit is contained in:
Adam C. Stephens
2026-06-18 16:21:42 -04:00
parent 9660bc327f
commit ac56cf0cbb
+2 -2
View File
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ovn";
version = "26.03.1";
version = "26.03.2";
src = fetchFromGitHub {
owner = "ovn-org";
repo = "ovn";
tag = "v${finalAttrs.version}";
hash = "sha256-m2YEFyIBrXUo4mxdDJ9bgVeWUxefi9muJ9iGtnq3bgs=";
hash = "sha256-aIC9l9rCBcc+IaMEz1HJlcUDm7Q09htJXsGa+p3qk48=";
fetchSubmodules = true;
};