Unverified Commit 2db7b837 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #244828 from r-ryantm/auto-update/php81Packages.phpstan

php81Packages.phpstan: 1.10.15 -> 1.10.26
parents 12303c65 e2b379fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

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

  src = fetchurl {
    url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
    sha256 = "sha256-zGrAgQttAvGdRpuOB3V/GprMzc2NMya4d3MY1SIfYOQ=";
    sha256 = "sha256-YDRUVctcUs9wUyL/rCUT9W9at+0118VpbV371+amyvg=";
  };

  dontUnpack = true;