php80: 8.0.5 -> 8.0.6

https://www.php.net/ChangeLog-8.php#8.0.6
launchpad/nixpkgs/master
Elis Hirwing 3 years ago
parent 23548b2552
commit a3c966cc7a
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.5";
sha256 = "1q08xx9pbn7plsnfh6j16jj294vm968ng1n5kaqw7apgxd7r6p8r";
version = "8.0.6";
sha256 = "0vjji49a8pbhzy1q6l4id95ixar2dqf1bkqbxffh64k0svdaka16";
});
in base.withExtensions ({ all, ... }: with all; ([

Loading…
Cancel
Save