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