Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4f25405a7b12
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22c2284cdc42
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 30, 2019

  1. Copy the full SHA
    9c7e96c View commit details
  2. Copy the full SHA
    876a888 View commit details

Commits on Mar 31, 2019

  1. Merge pull request #58574 from etu/update-phpcs

    phpPackages.phpc(s|bf): 3.4.0 -> 3.4.1
    Ma27 authored Mar 31, 2019
    Copy the full SHA
    22c2284 View commit details
Showing with 6 additions and 6 deletions.
  1. +6 −6 pkgs/top-level/php-packages.nix
12 changes: 6 additions & 6 deletions pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
@@ -369,12 +369,12 @@ let
};

phpcs = pkgs.stdenv.mkDerivation rec {
name = "phpcs-${version}";
version = "3.4.0";
pname = "phpcs";
version = "3.4.1";

src = pkgs.fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
sha256 = "1d6zf0ab76r5ibb80q46silhy87hrwh50gfvhd0i25wzad7r09mw";
sha256 = "07zwj8msy0awnrwmv3gcilbsj9jyrvxw0q523yf16ydv55422pl0";
};

phases = [ "installPhase" ];
@@ -396,12 +396,12 @@ let
};

phpcbf = pkgs.stdenv.mkDerivation rec {
name = "phpcbf-${version}";
version = "3.4.0";
pname = "phpcbf";
version = "3.4.1";

src = pkgs.fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
sha256 = "0iscs4hg1msk8198pmkdmbxn1g53gbq3i5qgszs0bi6hz3ng9ag9";
sha256 = "052fsgzc39mfjy34mv1ip2qdghypsy218wfp8vh3a593pzkmzdcv";
};

phases = [ "installPhase" ];