n98-magerun: update src

See: https://github.com/netz98/n98-magerun2/pull/1281#issuecomment-1703799153
This commit is contained in:
Pol Dellaiera 2023-09-02 13:18:55 +02:00
parent 0d5eee36d1
commit e15fc91cbf
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "2.3.0";
src = fetchurl {
url = "https://github.com/netz98/n98-magerun/releases/download/${finalAttrs.version}/n98-magerun-${finalAttrs.version}.phar";
url = "https://github.com/netz98/n98-magerun/releases/download/${finalAttrs.version}/n98-magerun.phar";
hash = "sha256-s+Cdr8zU3VBaBzxOh4nXjqPe+JPPxHWiFOEVS/86qOQ=";
};