Skip to content

Commit

Permalink
ovn: 24.09.1 -> 24.09.2 (#376143)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Jan 23, 2025
2 parents 95bbc6a + d947ea3 commit b69aa4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ov/ovn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
pname = "ovn";
version = "24.09.1";
version = "24.09.2";

src = fetchFromGitHub {
owner = "ovn-org";
repo = "ovn";
tag = "v${version}";
hash = "sha256-Fz/YNEbMZ2mB4Fv1nKE3H3XrihehYP7j0N3clnTJ5x8=";
hash = "sha256-MKwta7XRIFpcNWu6duuNaLarlWm0B8+gph1R0qS29wI=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit b69aa4d

Please sign in to comment.