Loading pkgs/development/php-packages/phpstan/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/development/php-packages/phpstan/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading