php81Packages.phan: 5.4.2 -> 5.4.3

This commit is contained in:
R. Ryantm
2023-12-27 12:03:40 +00:00
parent 3103346b64
commit b880683131
@@ -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;