ovn: 24.03.3 -> 24.09.0

This commit is contained in:
R. Ryantm 2024-09-15 05:45:34 +00:00
parent 5439240072
commit aa1ffe8975

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