Merge pull request #277091 from r-ryantm/auto-update/php81Packages.phan

php81Packages.phan: 5.4.2 -> 5.4.3
This commit is contained in:
Pol Dellaiera 2023-12-27 14:00:13 +01:00 committed by GitHub
commit d2296f9707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@ let
in
mkDerivation rec {
pname = "phan";
version = "5.4.2";
version = "5.4.3";
src = fetchurl {
url = "https://github.com/phan/phan/releases/download/${version}/phan.phar";
hash = "sha256-9fpmsv2ia5ad+QtaicdZ0XpOZw7T5LWhfd2miYfSpWM=";
hash = "sha256-wZU6YIlH0q18iD044y6Z5gSscBn7cI0AwRwZgT/YhOo=";
};
dontUnpack = true;