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

phpstan: 2.1.40 -> 2.1.41 (#500499)

parents 200ca543 e9319534
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "phpstan";
  version = "2.1.40";
  version = "2.1.41";

  src = fetchFromGitHub {
    owner = "phpstan";
    repo = "phpstan";
    tag = finalAttrs.version;
    hash = "sha256-AlM5lJPHlO0BAkav1PluP/bIkZBzaWTsm4HA72y59iI=";
    hash = "sha256-qmexB+JpL9mpWVmTeXmffM+oChdNCRc6be1O+WJcML0=";
  };

  nativeBuildInputs = [