ovn: 24.09.0 -> 24.09.1

This commit is contained in:
Adam Stephens 2024-10-19 03:48:30 +00:00
parent 9bd17f41c7
commit 2e4867bddf
No known key found for this signature in database

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "ovn";
version = "24.09.0";
version = "24.09.1";
src = fetchFromGitHub {
owner = "ovn-org";
repo = "ovn";
rev = "refs/tags/v${version}";
hash = "sha256-0KXr9oxZqIhPD0HIkDUECCjfEK50JkkJxx8xsZIoAnc=";
hash = "sha256-Fz/YNEbMZ2mB4Fv1nKE3H3XrihehYP7j0N3clnTJ5x8=";
fetchSubmodules = true;
};