php82: 8.2.13 -> 8.2.14

This commit is contained in:
Pol Dellaiera
2023-12-22 09:13:49 +01:00
parent e028a52d6f
commit 9d236a8ace
+2 -3
View File
@@ -2,10 +2,9 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.2.13";
hash = "sha256-ZlKfQ7ITEx5rJTxWAr7wXwSUWNISknMPzNY7SKBtZ7o=";
version = "8.2.14";
hash = "sha256-+HHhMTM9YK5sU3sa3dvCrqVMQ2xWKvmG+4MJwGAEC54=";
});
in
base.withExtensions ({ all, ... }: with all; ([
bcmath