php.packages.phing: update src
url
So it can be automatically updated with `nix-update`
This commit is contained in:
parent
dbe4b291c6
commit
d3f87fcff6
@ -1,4 +1,5 @@
|
||||
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
|
||||
|
||||
let
|
||||
pname = "phing";
|
||||
version = "2.17.4";
|
||||
@ -7,7 +8,7 @@ mkDerivation {
|
||||
inherit pname version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.phing.info/get/phing-${version}.phar";
|
||||
url = "https://github.com/phingofficial/phing/releases/download/v${version}/phing-${version}.phar";
|
||||
sha256 = "sha256-3QZsl5QJkFX5Z4RovMtw2ELCp8Zl4xiZsIBikakJ474=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user