Skip to content

Commit

Permalink
Merge pull request NixOS#113986 from r-ryantm/auto-update/php-phpstan
Browse files Browse the repository at this point in the history
php73Packages.phpstan: 0.12.76 -> 0.12.78
  • Loading branch information
etu authored Feb 22, 2021
2 parents a907960 + 2e392e8 commit 11cd34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/php-packages/phpstan/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, pkgs, lib, php }:
let
pname = "phpstan";
version = "0.12.76";
version = "0.12.78";
in
mkDerivation {
inherit pname version;

src = pkgs.fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-UYQvzWAnbaD77yDXVTui+fQEwOfOFXKLf5Bt/81mQI4=";
sha256 = "sha256-YPCh6HAVuFf2rJhUj/uzfqkWKN+Jd2iPfugSiTh65zc=";
};

phases = [ "installPhase" ];
Expand Down

0 comments on commit 11cd34c

Please sign in to comment.