Merge pull request #287337 from mweinelt/openvswitch-3.2.2-and-2.17.9

openvswitch: 3.2.1 -> 3.2.2; openvswitch-lts: 2.17.8 -> 2.17.9
This commit is contained in:
Adam C. Stephens 2024-02-08 23:00:46 -05:00 committed by GitHub
commit 759adbf8b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import ./generic.nix {
version = "3.2.1";
hash = "sha256-nXdyDJIU60Lx9cvpLuUp3E7MUnaZvvGDm+UKbXJRH0o=";
version = "3.2.2";
hash = "sha256-BCesNAYE3RyxfBAzK2/6+PcV1W+1ZEZQKVSLSq/pWC8=";
}

View file

@ -1,5 +1,5 @@
import ./generic.nix {
version = "2.17.8";
hash = "sha256-DWAwepAxl90ay7MXPCz++BicaeSHYuZ06O8VeFZac+U=";
version = "2.17.9";
hash = "sha256-4bP6RyZ2YmhT8i1j+VnlrQYeG/V+G71ETQ7Yj5R++LE=";
updateScriptArgs = "--lts=true --regex '2\.17.*'";
}