ovn: 26.03.0 -> 26.03.1

Changelog: https://github.com/ovn-org/ovn/blob/refs/tags/v26.03.1/NEWS
This commit is contained in:
Adam C. Stephens
2026-04-22 16:17:20 -04:00
parent e17d790b96
commit ea1840258d
+2 -2
View File
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ovn";
version = "26.03.0";
version = "26.03.1";
src = fetchFromGitHub {
owner = "ovn-org";
repo = "ovn";
tag = "v${finalAttrs.version}";
hash = "sha256-jw9SRDu2QqgMqApwTYcZUwNAq60LISb7OJJLDS46bJE=";
hash = "sha256-m2YEFyIBrXUo4mxdDJ9bgVeWUxefi9muJ9iGtnq3bgs=";
fetchSubmodules = true;
};