Unverified Commit fcbe29dc authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

ovn: 24.03.3 -> 24.09.0 (#341984)

parents 9dd73aaa aa1ffe89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };