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

phpstan: 2.1.46 -> 2.1.47 (#509682)

parents 1d944c42 64886b11
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.46";
  version = "2.1.47";

  src = fetchFromGitHub {
    owner = "phpstan";
    repo = "phpstan";
    tag = finalAttrs.version;
    hash = "sha256-VZQhL9w2/eyMQJhnLTU50wVVjS1gGNKLcPkuEkE5ZaA=";
    hash = "sha256-xRDNpz01LvhY44Bwvb9MO6YvRpY5kgWIDxED1Yklvxw=";
  };

  nativeBuildInputs = [