php81Extensions.meminfo: unstable-2022-03-25 -> 1.1.1-unstable-2022-03-25 (#287860)
This commit is contained in:
commit
e370c97e4f
@ -65,7 +65,7 @@ stdenv.mkDerivation (
|
||||
# PHP extensions correctly.
|
||||
# See the corresponding PR: https://github.com/Mic92/nix-update/pull/123
|
||||
isPhpExtension = true;
|
||||
updateScript = nix-update-script { };
|
||||
updateScript = passthru.updateScript or (nix-update-script { });
|
||||
};
|
||||
}
|
||||
)
|
||||
|
@ -2,10 +2,11 @@
|
||||
buildPecl,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPecl rec {
|
||||
version = "unstable-2022-03-25";
|
||||
version = "1.1.1-unstable-2022-03-25";
|
||||
pname = "meminfo";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@ -17,6 +18,8 @@ buildPecl rec {
|
||||
|
||||
sourceRoot = "${src.name}/extension";
|
||||
|
||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||
|
||||
meta = {
|
||||
description = "PHP extension to get insight about memory usage";
|
||||
homepage = "https://github.com/BitOne/php-meminfo";
|
||||
|
Loading…
x
Reference in New Issue
Block a user