n98-magerun2: 9.4.0 -> 9.5.1 (#525614)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-30 06:16:00 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
php.buildComposerProject2 (finalAttrs: {
pname = "n98-magerun2";
version = "9.4.0";
version = "9.5.1";
src = fetchFromGitHub {
owner = "netz98";
repo = "n98-magerun2";
tag = finalAttrs.version;
hash = "sha256-PPE3ezYgYNop3hXHzZ3amZ5vEUULyb83FV+dt/+zOAU=";
hash = "sha256-OLB3/G3Yn6CIzawtHpzS+RYXpioPv0oReyRYMKx5AiI=";
};
vendorHash = "sha256-uEhdWaFc532jGdluV1Xa3ZGGQpwZwQHPbSfKsHl1R7I=";
vendorHash = "sha256-pbxcpDhi/1pmeZFqAFn8GNokfDoYzxzDt3RmE8pGW68=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;