mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #54359 from etu/update-phpstan
phpPackages.phpstan: 0.11 -> 0.11.1
This commit is contained in:
commit
2b0efd5c5a
1 changed files with 2 additions and 2 deletions
|
@ -411,11 +411,11 @@ let
|
|||
|
||||
phpstan = pkgs.stdenv.mkDerivation rec {
|
||||
name = "phpstan-${version}";
|
||||
version = "0.11";
|
||||
version = "0.11.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
|
||||
sha256 = "09p3cg5ii862p2l44fcv7hh400nsmxvwn1jjr929y21p01wsjhkp";
|
||||
sha256 = "0iivfp9945gv6pqhp01720rlwzfd260hbfq31a3mmimly721mnsa";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
|
Loading…
Reference in a new issue