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.8"; hash = "sha256-9KbLAFrhF6uobCBEkyz1Y4maLpd6wJeBqnSyFh3cVjs="; version = "8.3.9"; hash = "sha256-lu3G2Ct1A6ZlBUH8R3q9VFbfKN+qjJOI/54x2f4eMRI="; }); 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.8"; hash = "sha256-9KbLAFrhF6uobCBEkyz1Y4maLpd6wJeBqnSyFh3cVjs="; version = "8.3.9"; hash = "sha256-lu3G2Ct1A6ZlBUH8R3q9VFbfKN+qjJOI/54x2f4eMRI="; }); in base.withExtensions ({ all, ... }: with all; ([ Loading