jetty_12: 12.0.11 -> 12.0.12, jetty_11: 11.0.22 -> 11.0.23 (#337221)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-05 11:17:17 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import ./common.nix {
version = "11.0.22";
hash = "sha256-afFuUZ1csDuE60m+WKMriU/wObBZleTORLOCFU8qcJk=";
version = "11.0.23";
hash = "sha256-ISsDetefL9ow5aZ7vcSG1BgGwBO0FtDrd741mi8ORiY=";
}
+2 -2
View File
@@ -1,4 +1,4 @@
import ./common.nix {
version = "12.0.11";
hash = "sha256-5fZMHb2ZpkoAFY/v124F+99Kq9vZypSYrG8QmQ/RK6k=";
version = "12.0.12";
hash = "sha256-CFdVT+AYK2KvXRzqMtTLz89BsXSuPolv+2u8EbTsil4=";
}