Skip to content

Commit 392e9f6

Browse files
authored
Merge: lessc: 4.2.0 -> 4.2.2 (#382235)
2 parents 7962b1b + 6ecd1cb commit 392e9f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/le/lessc/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212

1313
buildNpmPackage rec {
1414
pname = "lessc";
15-
version = "4.2.0";
15+
version = "4.2.2";
1616

1717
src = fetchFromGitHub {
1818
owner = "less";
1919
repo = "less.js";
2020
rev = "v${version}";
21-
hash = "sha256-pOTKw+orCl2Y8lhw5ZyAqjFJDoka7uG7V5ae6RS1yqw=";
21+
hash = "sha256-vO/1laFb1yC+OESXTx9KuGdwSNC9Iv49F3V7kfXnyJU=";
2222
};
2323
sourceRoot = "${src.name}/packages/less";
2424

25-
npmDepsHash = "sha256-oPE2lo/lMiU8cnOciPW/gwzOtiehl9MGNncCrq1Hk+g=";
25+
npmDepsHash = "sha256-3GlngmaxcUGXSv+ZwN2aovwEqcek6FJ1ZaL5KpjwNn4=";
2626

2727
postPatch = ''
2828
sed -i ./package.json \

0 commit comments

Comments
 (0)