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: 781e2ba0ffbf
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dc459bdc3028
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 17, 2019

  1. Copy the full SHA
    0d8f2ec View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    79a2978 View commit details

Commits on Oct 22, 2019

  1. Merge pull request #71293 from etu/phpcbf-phpcs-updates

    phpPackages.phpc(bf|s): 3.5.0 -> 3.5.1
    globin authored Oct 22, 2019
    Copy the full SHA
    dc459bd View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/top-level/php-packages.nix
8 changes: 4 additions & 4 deletions pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
@@ -338,12 +338,12 @@ let
};

phpcbf = mkDerivation rec {
version = "3.5.0";
version = "3.5.1";
pname = "phpcbf";

src = pkgs.fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
sha256 = "15n3r3sc62ar1kq38idw22y7gasvy747bix99zs0l0paapcbxz6n";
sha256 = "1b68cmdvg356s2vk5q0jkk8sizza7r7pbcl9v5s0944wi0apsj0r";
};

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

phpcs = mkDerivation rec {
version = "3.5.0";
version = "3.5.1";
pname = "phpcs";

src = pkgs.fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
sha256 = "078anf2r6a3p8v575m65vryazipgfchs07yb92m9xh41lk5wlndf";
sha256 = "060jzgd99j16xjs0n75sgp79an6n7qp6zv5lrw6700jnw67zpmn7";
};

phases = [ "installPhase" ];