Commit 60577d70 authored by R. RyanTM's avatar R. RyanTM
Browse files

php81Packages.phpstan: 1.10.28 -> 1.10.33

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

let
  pname = "phpstan";
  version = "1.10.28";
  version = "1.10.33";
in
mkDerivation {
  inherit pname version;

  src = fetchurl {
    url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
    sha256 = "sha256-Jbsamdtxui2esC9WyxLakWLxWg33mhKJKi/iaEV9nbA=";
    sha256 = "sha256-dFIuCVYmZr6E0181jegKs6d3mA9jPoFqoIY+lyWl7P8=";
  };

  dontUnpack = true;