mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
peco: 0.5.2 -> 0.5.3
This commit is contained in:
parent
e137f80e62
commit
e0f54907ae
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "peco-${version}";
|
||||
version = "0.5.2";
|
||||
version = "0.5.3";
|
||||
|
||||
goPackagePath = "github.com/peco/peco";
|
||||
subPackages = [ "cmd/peco" ];
|
||||
@ -11,7 +11,7 @@ buildGoPackage rec {
|
||||
owner = "peco";
|
||||
repo = "peco";
|
||||
rev = "v${version}";
|
||||
sha256 = "0cgfwbnz4jp2nvmqf2i03xf69by8g0xgd3k5k9aj46y9hps1ka92";
|
||||
sha256 = "1m3s1jrrhqccgg3frfnq6iprwwi97j13wksckpcyrg51z6y5q041";
|
||||
};
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
@ -23,5 +23,6 @@ buildGoPackage rec {
|
||||
# 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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user