Commit e9319534 authored by R. RyanTM's avatar R. RyanTM
Browse files

phpstan: 2.1.40 -> 2.1.41

parent e20b1678
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 = [