Skip to content

Commit

Permalink
Merge pull request #332125 from r-ryantm/auto-update/php
Browse files Browse the repository at this point in the history
php: 8.2.21 -> 8.2.22
  • Loading branch information
drupol authored Aug 4, 2024
2 parents 7b9bc8e + cdce031 commit f099c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/8.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

let
base = callPackage ./generic.nix (_args // {
version = "8.2.21";
hash = "sha256-+Ydv59TZbUGs7RmbWKH3rntmVd3JJnMTX+3tf2k5138=";
version = "8.2.22";
hash = "sha256-Wq5ZZMYFMxhfm+koz315oTOTzFVgzt8fS5d5RMx2pYU=";
});
in
base.withExtensions ({ all, ... }: with all; ([
Expand Down

0 comments on commit f099c76

Please sign in to comment.