php80: 8.0.2 -> 8.0.3

Changelog: https://www.php.net/ChangeLog-8.php#8.0.3
wip/yesman
Elis Hirwing 3 years ago
parent f5c01cf9d4
commit 919b55c49c
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
  1. 4
      pkgs/development/interpreters/php/8.0.nix

@ -4,8 +4,8 @@ let
generic = (import ./generic.nix) _args;
base = callPackage generic (_args // {
version = "8.0.2";
sha256 = "1rm3gc2h9l0zd1ccawpg1wxqm8v8rllq417f2w5pqcdf7sgah3q0";
version = "8.0.3";
sha256 = "04mh5sznbgwv67x9p0qz4i377zwdb5cc6r1mb3925y1lkqfn5y4m";
});
in base.withExtensions ({ all, ... }: with all; ([

Loading…
Cancel
Save