php.packages.psalm: 3.9.3 -> 3.11.2
Changelogs: - https://github.com/vimeo/psalm/releases/tag/3.9.4 - https://github.com/vimeo/psalm/releases/tag/3.9.5 - https://github.com/vimeo/psalm/releases/tag/3.10.0 - https://github.com/vimeo/psalm/releases/tag/3.10.1 - https://github.com/vimeo/psalm/releases/tag/3.11.1 - https://github.com/vimeo/psalm/releases/tag/3.11.2
This commit is contained in:
parent
88f94e8ba9
commit
c8b773b25d
@ -238,12 +238,12 @@ in
|
||||
};
|
||||
|
||||
psalm = mkDerivation rec {
|
||||
version = "3.9.3";
|
||||
version = "3.11.2";
|
||||
pname = "psalm";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/vimeo/psalm/releases/download/${version}/psalm.phar";
|
||||
sha256 = "KHm2n06y/yxN5B2rCVxT5ja7HxkyxAMsjZ5HLb3xr4M=";
|
||||
sha256 = "1ani0907whqy2ycr01sjlvrmwps4dg5igim8z1qyv8grhwvw6gb0";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
Loading…
Reference in New Issue
Block a user