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

php73Packages.psalm: 4.1.1 -> 4.2.1
This commit is contained in:
Sandro 2020-11-29 08:03:38 +01:00 committed by GitHub
commit 9fb0f3666c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, pkgs, lib, php }:
let
pname = "psalm";
version = "4.1.1";
version = "4.2.1";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/vimeo/psalm/releases/download/${version}/psalm.phar";
sha256 = "05qjrg8wxlqxihv7xl31n73ygx7ykvcpbh2gq958iin4rr1bcy88";
sha256 = "0g6s3bn8aaggpqjgr0bqchgkgb4my5ksfycyyqy7nrly2bgn1kbz";
};
phases = [ "installPhase" ];