Loading pkgs/development/interpreters/php/8.3.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { version = "8.3.2"; hash = "sha256-WCs8g3qNlS7//idKXklwbEOojBYoMMKow1gIn+dEkoQ="; version = "8.3.3"; hash = "sha256-qvthO6eVlKI/5yL46QrUczAGEL+A50uKpS2pysLcTio="; }); in base.withExtensions ({ all, ... }: with all; ([ Loading Loading
pkgs/development/interpreters/php/8.3.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { version = "8.3.2"; hash = "sha256-WCs8g3qNlS7//idKXklwbEOojBYoMMKow1gIn+dEkoQ="; version = "8.3.3"; hash = "sha256-qvthO6eVlKI/5yL46QrUczAGEL+A50uKpS2pysLcTio="; }); in base.withExtensions ({ all, ... }: with all; ([ Loading