php73Packages.psalm: 4.5.0 -> 4.6.1

This commit is contained in:
R. RyanTM 2021-02-22 09:46:14 +00:00
parent 9552143266
commit 189767bb04

View File

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