ovn: 24.03.2 -> 24.03.3

This commit is contained in:
Adam Stephens 2024-08-24 12:50:50 +00:00
parent a7057e4ffd
commit 88328a2385
No known key found for this signature in database

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "ovn";
version = "24.03.2";
version = "24.03.3";
src = fetchFromGitHub {
owner = "ovn-org";
repo = "ovn";
rev = "refs/tags/v${version}";
hash = "sha256-pO37MfmvlSd/bU9cGngFEJLnXtZFTqyz1zcYLvFLrrQ=";
hash = "sha256-W25Tq5Z7SYIBkq6doNz9WPiPsdDhnbys03rmF4m02eM=";
fetchSubmodules = true;
};