Merge pull request #326419 from r-ryantm/auto-update/php81Packages.phpspy

php81Packages.phpspy: 0.6.0 -> 0.7.0
This commit is contained in:
Pol Dellaiera
2024-07-15 22:16:40 +02:00
committed by GitHub
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
gnugrep,
binutils,
makeBinaryWrapper,
@@ -12,16 +13,23 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phpspy";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "adsr";
repo = "phpspy";
rev = "v${finalAttrs.version}";
hash = "sha256-iQOeZLHRc5yUgXc6xz52t/6oc07eZfH5ZgzSdJBcaak=";
hash = "sha256-QphoDdnSFPVRvEro0WDUC/yRsOf4I5p5BpHq32olqJI=";
fetchSubmodules = true;
};
patches = [
(fetchpatch {
url = "https://github.com/adsr/phpspy/commit/8854e60ac38cfd2455d4a3d797f283eb3940cb7b.patch";
hash = "sha256-IMO9GV0Z8PDEAVhLevg5jGh/PHcbNq3f3fMGFaKoLL4=";
})
];
nativeBuildInputs = [
makeBinaryWrapper
php.unwrapped