nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

n98-magerun: update src

See: https://github.com/netz98/n98-magerun2/pull/1281#issuecomment-1703799153

+1 -1
+1 -1
pkgs/development/tools/misc/n98-magerun/default.nix
··· 12 12 version = "2.3.0"; 13 13 14 14 src = fetchurl { 15 - url = "https://github.com/netz98/n98-magerun/releases/download/${finalAttrs.version}/n98-magerun-${finalAttrs.version}.phar"; 15 + url = "https://github.com/netz98/n98-magerun/releases/download/${finalAttrs.version}/n98-magerun.phar"; 16 16 hash = "sha256-s+Cdr8zU3VBaBzxOh4nXjqPe+JPPxHWiFOEVS/86qOQ="; 17 17 }; 18 18