mariadb: 10.5.28, 10.6.21, 10.11.11, 11.4.5

+8 -8
+8 -8
pkgs/servers/sql/mariadb/default.nix
··· 365 365 # see https://mariadb.org/about/#maintenance-policy for EOLs 366 366 mariadb_105 = self.callPackage generic { 367 367 # Supported until 2025-06-24 368 - version = "10.5.27"; 369 - hash = "sha256-76ZPpfczuCKrGmeV4evBecFgwIaQ7Ncduh6w9hru3RQ="; 368 + version = "10.5.28"; 369 + hash = "sha256-C1BwII2gEWZA8gvQhfETZSf5mMwjJocVvL81Lnt/PME="; 370 370 inherit (self.darwin.apple_sdk.frameworks) CoreServices; 371 371 }; 372 372 mariadb_106 = self.callPackage generic { 373 373 # Supported until 2026-07-06 374 - version = "10.6.20"; 375 - hash = "sha256-R/BavH2+uz8msx51AisbOWnbvEdSxK5wH4kgpgSJbUE="; 374 + version = "10.6.21"; 375 + hash = "sha256-jX+XFps7ogRIWJZbjPwlQ2RADfQ+kFBC+S4kuPp7DZY="; 376 376 inherit (self.darwin.apple_sdk.frameworks) CoreServices; 377 377 }; 378 378 mariadb_1011 = self.callPackage generic { 379 379 # Supported until 2028-02-16 380 - version = "10.11.10"; 381 - hash = "sha256-sGp0ZQuDoWqpqwmJhEgrAo51sABnSxH/KIdyxhmm8CI="; 380 + version = "10.11.11"; 381 + hash = "sha256-bynU1+QPxJr0oP5giYRQnvLRU9882K/kNZ3OPKDieJA="; 382 382 inherit (self.darwin.apple_sdk.frameworks) CoreServices; 383 383 }; 384 384 mariadb_114 = self.callPackage generic { 385 385 # Supported until 2029-05-29 386 - version = "11.4.4"; 387 - hash = "sha256-lvvS5uk/t+izc+6nXYW2/qV8DhEaAgkMu+/tUlmdx3s="; 386 + version = "11.4.5"; 387 + hash = "sha256-/2WV+MSC+ZIeObl/oRIjd6afDcvZJVPGuQMsvw6bU1Q="; 388 388 inherit (self.darwin.apple_sdk.frameworks) CoreServices; 389 389 }; 390 390 }