Merge pull request #255486 from qbit/php-phan-5.4.2

phpPackages.phan: 5.4.1 -> 5.4.2
This commit is contained in:
Yorick 2023-09-20 22:32:28 +02:00 committed by GitHub
commit d1b8e9a099
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.1";
version = "5.4.2";
src = fetchurl {
url = "https://github.com/phan/phan/releases/download/${version}/phan.phar";
hash = "sha256-DJr1BWAfNI3hYvmBui5Dp+n7ec+f+gkOso21KEd6m8I=";
hash = "sha256-9fpmsv2ia5ad+QtaicdZ0XpOZw7T5LWhfd2miYfSpWM=";
};
dontUnpack = true;