ovn: 24.09.0 -> 24.09.1 (#349687)

This commit is contained in:
Adam C. Stephens 2024-10-22 09:05:56 -04:00 committed by GitHub
commit 4bed1e939e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};