Commit 57c64002 authored by R. RyanTM's avatar R. RyanTM
Browse files

composer-require-checker: 4.16.1 -> 4.18.0

parent 92661251
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

php.buildComposerProject2 (finalAttrs: {
  pname = "composer-require-checker";
  version = "4.16.1";
  version = "4.18.0";

  # Upstream no longer provides the composer.lock in their release artifact
  src = fetchgit {
    url = "https://github.com/maglnet/ComposerRequireChecker";
    tag = finalAttrs.version;
    hash = "sha256-UAofdc8mqSnJXhCTABSf9JZERqur86lzNDI66EHgEQE=";
    hash = "sha256-8y8ziaWCno389ti263N+xinADoPZZGXqhTHoc9ZkF4Y=";
  };

  vendorHash = "sha256-TlBrL4KyMVHaxqlfvnTkj3TkmU8h5/0BRC5e8yWrhCI=";
  vendorHash = "sha256-BDGxHoDLSEdukN+zv8QNZPtVXfRpp/o95ysGFs0wl9Q=";

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];