biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / misc / n98-magerun2 / default.nix
blob9cd87a29ec56518b829a3a2b74f49e54dbda4efa
1 { lib
2 , fetchFromGitHub
3 , php
4 }:
6 php.buildComposerProject (finalAttrs: {
7   pname = "n98-magerun2";
8   version = "7.3.1";
10   src = fetchFromGitHub {
11     owner = "netz98";
12     repo = "n98-magerun2";
13     rev = finalAttrs.version;
14     hash = "sha256-a1T4SmeOEKRW/xS2VBPLZt6r9JdtaJn8YVvfRnzGdb4=";
15   };
17   vendorHash = "sha256-1j0/spum4C9j/HNVlHwUehAFYJOz7YvMVlC6dtbNYK0=";
19   meta = {
20     changelog = "https://magerun.net/category/magerun/";
21     description = "The swiss army knife for Magento2 developers";
22     homepage = "https://magerun.net/";
23     license = lib.licenses.mit;
24     mainProgram = "n98-magerun2";
25     maintainers = lib.teams.php.members;
26   };