Skip to content

Commit

Permalink
php73Packages.php-cs-fixer: 2.18.3 -> 2.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Mar 26, 2021
1 parent 5ad417c commit 69510c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/php-packages/php-cs-fixer/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
let
pname = "php-cs-fixer";
version = "2.18.3";
version = "2.18.4";
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-Bdk1+X+SKcVS/zxEqlgnR3zjq/l0ht7icE4sQ1hjn8g=";
sha256 = "sha256-ZgnWv7Xd+0XgZ/IPdjVpAEraNNJq2KHB3aUUIG1SirU=";
};

phases = [ "installPhase" ];
Expand Down

0 comments on commit 69510c7

Please sign in to comment.