Unverified Commit 7b1f2837 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

ovn: 26.03.0 -> 26.03.1 (#512516)

parents 3d08bb2c ea184025
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "ovn";
  version = "26.03.0";
  version = "26.03.1";

  src = fetchFromGitHub {
    owner = "ovn-org";
    repo = "ovn";
    tag = "v${finalAttrs.version}";
    hash = "sha256-jw9SRDu2QqgMqApwTYcZUwNAq60LISb7OJJLDS46bJE=";
    hash = "sha256-m2YEFyIBrXUo4mxdDJ9bgVeWUxefi9muJ9iGtnq3bgs=";
    fetchSubmodules = true;
  };