csslint: update from 0.5.0 to 0.10.0
This commit is contained in:
parent
8e9ed874bf
commit
0b276be28b
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, nodejs }:
|
{ stdenv, fetchurl, nodejs }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.5.0";
|
version = "0.10.0";
|
||||||
name = "csslint-${version}";
|
name = "csslint-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://registry.npmjs.org/csslint/-/${name}.tgz";
|
url = "http://registry.npmjs.org/csslint/-/${name}.tgz";
|
||||||
sha256 = "ee7a79c8f2af1c228d4b7869b6681d0d02a93568774dbf51c7a45aa1ffa1da14";
|
sha256 = "1gq2x0pf2p4jhccvn3y3kjhm1lmb4jsfdbzjdh924w8m3sr9jdid";
|
||||||
};
|
};
|
||||||
|
|
||||||
# node is the interpreter used to run this script
|
# node is the interpreter used to run this script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user