Commit 6490ff5a authored by R. RyanTM's avatar R. RyanTM
Browse files

php80Packages.phpstan: 1.9.4 -> 1.10.15

parent c1052699
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

let
  pname = "phpstan";
  version = "1.9.4";
  version = "1.10.15";
in
mkDerivation {
  inherit pname version;

  src = fetchurl {
    url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
    sha256 = "sha256-A+F/ZoL6dLYx4MWN0eWXtQnmWJPYBqEcSgY4A1oR3mo=";
    sha256 = "sha256-zGrAgQttAvGdRpuOB3V/GprMzc2NMya4d3MY1SIfYOQ=";
  };

  dontUnpack = true;