0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

stylelint: 16.19.1 -> 16.20.0 (#412155)

Co-authored-by: momeemt <me@momee.mt>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-30 05:56:57 +00:00 committed by GitHub
commit 8a41c43540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,16 @@
}: }:
buildNpmPackage rec { buildNpmPackage rec {
pname = "stylelint"; pname = "stylelint";
version = "16.19.1"; version = "16.20.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stylelint"; owner = "stylelint";
repo = "stylelint"; repo = "stylelint";
tag = version; tag = version;
hash = "sha256-KYUNKA/KJXfRiGkhzkBKkiuEMJAwpkt4FXwx/oJQdq4="; hash = "sha256-BgKutswOkgcTFTeLfocVtyC9P0Yr0dLyN4Gi/jrZWrw=";
}; };
npmDepsHash = "sha256-5KWs4AboLHJBXJaDXAs30e0e9PAncFQzGHdNDxG8Lpo="; npmDepsHash = "sha256-cAjPOo3KSMGwmCIBTX5x2xIUUqaba6shybAFqKAtQHs=";
dontNpmBuild = true; dontNpmBuild = true;