Skip to content

Commit

Permalink
php80Packages.phpstan: 1.8.2 -> 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 1, 2022
1 parent dc47970 commit f73b76b
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, makeWrapper, lib, php }:
let
pname = "phpstan";
version = "1.8.2";
version = "1.8.3";
in
mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-NnbEN9dhPUBtgEiKj5mBtW9RnTE9jmx/ZqRdqmuyIog=";
sha256 = "sha256-hKpwTpeEYKDvkkmwU7olW+a1pWiQTPDlN7Wy1IDk4UY=";
};

dontUnpack = true;
Expand Down

0 comments on commit f73b76b

Please sign in to comment.