Skip to content

Commit

Permalink
Merge pull request #296020 from r-ryantm/auto-update/php83
Browse files Browse the repository at this point in the history
php83: 8.3.3 -> 8.3.4
  • Loading branch information
drupol committed Mar 15, 2024
2 parents 35c0810 + 46b22f0 commit f242fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/8.3.nix
Expand Up @@ -2,8 +2,8 @@

let
base = callPackage ./generic.nix (_args // {
version = "8.3.3";
hash = "sha256-qvthO6eVlKI/5yL46QrUczAGEL+A50uKpS2pysLcTio=";
version = "8.3.4";
hash = "sha256-PFyvGODAokOq7JE6OeywkgQxla3eTD/ELpRdpbkndpU=";
});
in
base.withExtensions ({ all, ... }: with all; ([
Expand Down

0 comments on commit f242fc7

Please sign in to comment.