ovn: 24.03.3 -> 24.09.0 (#341984)

This commit is contained in:
Adam C. Stephens 2024-09-15 08:25:56 -04:00 committed by GitHub
commit fcbe29dcb2
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.03.3";
version = "24.09.0";
src = fetchFromGitHub {
owner = "ovn-org";
repo = "ovn";
rev = "refs/tags/v${version}";
hash = "sha256-W25Tq5Z7SYIBkq6doNz9WPiPsdDhnbys03rmF4m02eM=";
hash = "sha256-0KXr9oxZqIhPD0HIkDUECCjfEK50JkkJxx8xsZIoAnc=";
fetchSubmodules = true;
};