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

php73Packages.psalm: 4.3.1 -> 4.4.1
This commit is contained in:
Elis Hirwing 2021-01-20 23:22:00 +01:00 committed by GitHub
commit 163d758979
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.3.1";
version = "4.4.1";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/vimeo/psalm/releases/download/${version}/psalm.phar";
sha256 = "1hv9r5m1mdywm7qi9rs9054jp77cpip3jyw048iq3l7s0vpslkc5";
sha256 = "sha256-4hqgAPflzNmeQQaxQATpWYBB5Pz7jKu8Vlw3BiMyhtw=";
};
phases = [ "installPhase" ];