ovn-lts: 22.03.7 -> 24.03.2

update LTS major version

https://www.ovn.org/en/releases/24.03/
This commit is contained in:
Adam Stephens 2024-05-14 19:14:05 -04:00
parent ec0c76904b
commit df8ea8cdc4
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
import ./generic.nix {
version = "22.03.7";
hash = "sha256-HzVzJN1QnMTlv39I7clzciJD/Owm93jFO4qfaE1k6e4=";
updateScriptArgs = "--lts=true --regex '22.03.*'";
version = "24.03.2";
hash = "sha256-pO37MfmvlSd/bU9cGngFEJLnXtZFTqyz1zcYLvFLrrQ=";
updateScriptArgs = "--lts=true --regex '24.03.*'";
}