Merge pull request #112963 from r-ryantm/auto-update/php-psalm

php73Packages.psalm: 4.4.1 -> 4.5.0
This commit is contained in:
Elis Hirwing 2021-02-14 15:57:52 +01:00 committed by GitHub
commit 9fd840ba5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, pkgs, lib, php }:
let
pname = "psalm";
version = "4.4.1";
version = "4.5.0";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/vimeo/psalm/releases/download/${version}/psalm.phar";
sha256 = "sha256-4hqgAPflzNmeQQaxQATpWYBB5Pz7jKu8Vlw3BiMyhtw=";
sha256 = "sha256-FVgUxeV+N5Hqn5KQmI+KuQnKmvNScz9A+g02WNMxgmA=";
};
phases = [ "installPhase" ];