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

php73Packages.psalm: 4.2.1 -> 4.3.1
This commit is contained in:
Elis Hirwing 2020-12-06 21:21:02 +01:00 committed by GitHub
commit b93f79ab30
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.2.1";
version = "4.3.1";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/vimeo/psalm/releases/download/${version}/psalm.phar";
sha256 = "0g6s3bn8aaggpqjgr0bqchgkgb4my5ksfycyyqy7nrly2bgn1kbz";
sha256 = "1hv9r5m1mdywm7qi9rs9054jp77cpip3jyw048iq3l7s0vpslkc5";
};
phases = [ "installPhase" ];