peco: 0.5.3 -> 0.5.8
This commit is contained in:
parent
145cf67bbb
commit
568424435a
@ -1,28 +1,25 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
buildGoModule rec {
|
||||
pname = "peco";
|
||||
version = "0.5.3";
|
||||
version = "0.5.8";
|
||||
|
||||
goPackagePath = "github.com/peco/peco";
|
||||
subPackages = [ "cmd/peco" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "peco";
|
||||
repo = "peco";
|
||||
rev = "v${version}";
|
||||
sha256 = "1m3s1jrrhqccgg3frfnq6iprwwi97j13wksckpcyrg51z6y5q041";
|
||||
sha256 = "12xbqisk7bcy38fmjxcs069a0600gncbqzscqw6x37lgw6hlw52x";
|
||||
};
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
vendorSha256 = "1p8pc50ql2vqnn0crx0y558i3m0d6vcdaj3995h3f0908pnk6x7q";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simplistic interactive filtering tool";
|
||||
homepage = "https://github.com/peco/peco";
|
||||
changelog = "https://github.com/peco/peco/blob/v${version}/Changes";
|
||||
license = licenses.mit;
|
||||
# peco should work on Windows or other POSIX platforms, but the go package
|
||||
# declares only linux and darwin.
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
}
|
||||
|
57
pkgs/tools/text/peco/deps.nix
generated
57
pkgs/tools/text/peco/deps.nix
generated
@ -1,57 +0,0 @@
|
||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
||||
[
|
||||
{
|
||||
goPackagePath = "github.com/google/btree";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/google/btree";
|
||||
rev = "0c3044bc8bada22db67b93f5760fe3f05d6a5c25";
|
||||
sha256 = "05rdnf2c9r0yicg17zsq58i0sm32p0lk8zdnb7nhr0v5hqldvps4";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "github.com/jessevdk/go-flags";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/jessevdk/go-flags";
|
||||
rev = "8bc97d602c3bfeb5fc6fc9b5a9c898f245495637";
|
||||
sha256 = "1h3il3ycgd54flbyqys4hm4gzx1lyn5ja1k79f2y7zbs6y0mf1lz";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "github.com/lestrrat/go-pdebug";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/lestrrat/go-pdebug";
|
||||
rev = "2e6eaaa5717f81bda41d27070d3c966f40a1e75f";
|
||||
sha256 = "05dx1f1yln47nazyi50zix82xbnyva3hily4gh5gaz021h01npax";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "github.com/mattn/go-runewidth";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/mattn/go-runewidth";
|
||||
rev = "737072b4e32b7a5018b4a7125da8d12de90e8045";
|
||||
sha256 = "09ni8bmj6p2b774bdh6mfcxl03bh5sqk860z03xpb6hv6yfxqkjm";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "github.com/nsf/termbox-go";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/nsf/termbox-go";
|
||||
rev = "e2050e41c8847748ec5288741c0b19a8cb26d084";
|
||||
sha256 = "181b1df2b6fcn5wizq2qqxl1kwqbih5k15n08rx3bcz36q34n23s";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "github.com/pkg/errors";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/pkg/errors";
|
||||
rev = "248dadf4e9068a0b3e79f02ed0a610d935de5302";
|
||||
sha256 = "03l80r0i9bxl0vz363w62k4a8apzglgbrz6viwym3044sxkl1qks";
|
||||
};
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user