mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
nijs: updated to 0.0.5
This commit is contained in:
parent
54d81f1b6b
commit
5add198e3d
@ -751,13 +751,13 @@ let self = {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"nijs" = self."nijs-0.0.4";
|
"nijs" = self."nijs-0.0.5";
|
||||||
|
|
||||||
"nijs-0.0.4" = self.buildNodePackage rec {
|
"nijs-0.0.5" = self.buildNodePackage rec {
|
||||||
name = "nijs-0.0.4";
|
name = "nijs-0.0.5";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://registry.npmjs.org/nijs/-/${name}.tgz";
|
url = "http://registry.npmjs.org/nijs/-/${name}.tgz";
|
||||||
sha256 = "0hr7chc4wrynq5mlakchx3p715i50ycakbqj4jcngx62wk9l42qd";
|
sha256 = "026lxgm75mqy5n1yjsk1n8xbgq5n9lw43lqa5nmy2mq74hzzksf5";
|
||||||
};
|
};
|
||||||
deps = [
|
deps = [
|
||||||
self."optparse"
|
self."optparse"
|
||||||
|
Loading…
Reference in New Issue
Block a user