commit
b0d2c0cade
2 changed files with 15 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
copumpkin = "Dan Peebles <pumpkingod@gmail.com>";
|
||||
coroa = "Jonas Hörsch <jonas@chaoflow.net>";
|
||||
couchemar = "Andrey Pavlov <couchemar@yandex.ru>";
|
||||
cransom = "Casey Ransom <cransom@hubns.net>";
|
||||
CrystalGamma = "Jona Stubbe <nixos@crystalgamma.de>";
|
||||
cstrahan = "Charles Strahan <charles.c.strahan@gmail.com>";
|
||||
cwoac = "Oliver Matthews <oliver@codersoffortune.net>";
|
||||
|
|
|
@ -1734,6 +1734,20 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
jp = buildFromGitHub {
|
||||
rev = "0.1.2";
|
||||
owner = "jmespath";
|
||||
repo = "jp";
|
||||
sha256 = "1i0jl0c062crigkxqx8zpyqliz8j4d37y95cna33jl777kx42r6h";
|
||||
meta = with stdenv.lib; {
|
||||
description = "A command line to JMESPath, an expression language for manipulating JSON";
|
||||
license = licenses.asl20;
|
||||
homepage = http://jmespath.org;
|
||||
maintainers = with maintainers; [ cransom ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
};
|
||||
|
||||
mattn.go-runewidth = buildFromGitHub {
|
||||
rev = "d6bea18f789704b5f83375793155289da36a3c7f";
|
||||
version = "2016-03-15";
|
||||
|
|
Loading…
Reference in a new issue