Merge pull request #311787 from adamcstephens/ovn/202405

ovn: 24.03.1 -> 24.03.2, ovn-lts: 22.03.7 -> 24.03.2
This commit is contained in:
Adam C. Stephens 2024-05-19 00:37:20 -04:00 committed by GitHub
commit c51c138028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

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.*'";
}

View File

@ -1,4 +1,4 @@
import ./generic.nix {
version = "24.03.1";
hash = "sha256-BvMbNkNtyIl8xrUUvJhWWXiLaAHFjiwcq8P7/CGGtzA=";
version = "24.03.2";
hash = "sha256-pO37MfmvlSd/bU9cGngFEJLnXtZFTqyz1zcYLvFLrrQ=";
}