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

phpPackages.phpstan: 2.1.11 -> 2.1.12 (#400931)

parents e732d89f 70566d84
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

php.buildComposerProject2 (finalAttrs: {
  pname = "phpstan";
  version = "2.1.11";
  version = "2.1.12";

  src = fetchFromGitHub {
    owner = "phpstan";
    repo = "phpstan-src";
    tag = finalAttrs.version;
    hash = "sha256-K9XhLR5b3bPIt/6lyBxM6y7SgPZmvy9TvRpyohOwtDM=";
    hash = "sha256-KX5wvt6MGzxp24z9ga2U9NL1F9qUDeqLaILoISfB7dQ=";
  };

  vendorHash = "sha256-I3v585gdcBzA24PavB9zBt2JfW1w7WdY94cxLnOjQxg=";
  vendorHash = "sha256-JFrRZMB8ety+ZJSIgaTRCTbE+t2HfAUmtyBLHwEg+9A=";
  composerStrictValidation = false;

  doInstallCheck = true;