summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2021-01-31 20:13:04 +0100
committerGitHub <noreply@github.com>2021-01-31 20:13:04 +0100
commit241780287ec5d2e44e7ac4608a7665b7961ac3ce (patch)
tree29a0172d11bfca14d10eb87e4c44fbec191ab994
parentae295fb363cc3d18579e282f7594126491db8a5a (diff)
parent6c5283aa52f5033c23e981cc5e2297447a339e0a (diff)
Merge pull request #111381 from r-ryantm/auto-update/php-php-cs-fixer
php73Packages.php-cs-fixer: 2.18.0 -> 2.18.2
-rw-r--r--pkgs/development/php-packages/php-cs-fixer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/php-packages/php-cs-fixer/default.nix b/pkgs/development/php-packages/php-cs-fixer/default.nix
index 1ed33e7bb5e8..c855b975e546 100644
--- a/pkgs/development/php-packages/php-cs-fixer/default.nix
+++ b/pkgs/development/php-packages/php-cs-fixer/default.nix
@@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, pkgs, lib, php }:
let
pname = "php-cs-fixer";
- version = "2.18.0";
+ version = "2.18.2";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar";
- sha256 = "sha256-euvk/Rs6fZIJVWprzKiTVNPlGOsCN6t58DzvwYh3wDA=";
+ sha256 = "sha256-451be1O/y92ib5hZNVbf8iCkD+e9DoK47Z7IkMnwuo0=";
};
phases = [ "installPhase" ];