Merge pull request #260677 from r-ryantm/auto-update/php81Packages.phpcs

php81Packages.phpcs: 3.7.1 -> 3.7.2
This commit is contained in:
Weijia Wang 2023-10-12 23:24:28 +02:00 committed by GitHub
commit 6636f9b0e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
let
pname = "phpcs";
version = "3.7.1";
version = "3.7.2";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
sha256 = "sha256-ehQyOhSvn1gwLRVEJJLuEHaozXLAGKgWy0SWW/OpsBU=";
sha256 = "sha256-IEIUwepbqBT7CyYIwZzKLBC/X/zJ8OPUw0qtwBeVF7c=";
};
dontUnpack = true;