lol

Merge pull request #252925 from NixOS/n98-magerun/update-src

n98-magerun: update src

authored by

Pol Dellaiera and committed by
GitHub
8bb32a39 51e2dfe8

+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