n98-magerun2: 9.3.0 -> 9.4.0 (#510694)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-17 08:12:49 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
php.buildComposerProject2 (finalAttrs: {
pname = "n98-magerun2";
version = "9.3.0";
version = "9.4.0";
src = fetchFromGitHub {
owner = "netz98";
repo = "n98-magerun2";
tag = finalAttrs.version;
hash = "sha256-GKRsX3R7bcGRN3jIHj+x3hz/lVMB3IKI/c8b9od/R2w=";
hash = "sha256-PPE3ezYgYNop3hXHzZ3amZ5vEUULyb83FV+dt/+zOAU=";
};
vendorHash = "sha256-vawCeh3oegiPrnBiAG7tthUsWXs2I+sen7XWTfsKf6w=";
vendorHash = "sha256-uEhdWaFc532jGdluV1Xa3ZGGQpwZwQHPbSfKsHl1R7I=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;