Merge pull request #260515 from r-ryantm/auto-update/n98-magerun2

n98-magerun2: 7.1.0 -> 7.2.0
This commit is contained in:
Pol Dellaiera 2023-10-12 09:15:26 +02:00 committed by GitHub
commit 2b52388d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "n98-magerun2";
version = "7.1.0";
version = "7.2.0";
src = fetchurl {
url = "https://github.com/netz98/n98-magerun2/releases/download/${finalAttrs.version}/n98-magerun2.phar";
hash = "sha256-DE5q1zoWZ4gJSs5JM5cr157oh5ufD1gaNt9X9vtuW/c=";
hash = "sha256-w+58TTyoS44Ouaz6KFIJLhSl/UeF1I7cSznlZH6fLXw=";
};
dontUnpack = true;