1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #134439 from r-ryantm/auto-update/peco

peco: 0.5.8 -> 0.5.10
This commit is contained in:
figsoda 2021-09-16 22:17:10 -04:00 committed by GitHub
commit 4a304d940f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "peco";
version = "0.5.8";
version = "0.5.10";
subPackages = [ "cmd/peco" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "peco";
repo = "peco";
rev = "v${version}";
sha256 = "12xbqisk7bcy38fmjxcs069a0600gncbqzscqw6x37lgw6hlw52x";
sha256 = "sha256-Iu2MclUbUYX1FuMnE65Qdk0S+5+K3HW86WIdQrNUyY8=";
};
vendorSha256 = "1p8pc50ql2vqnn0crx0y558i3m0d6vcdaj3995h3f0908pnk6x7q";
vendorSha256 = "sha256-+HQz7UUgATdgSWlI1dg2DdQRUSke9MyAtXgLikFhF90=";
meta = with lib; {
description = "Simplistic interactive filtering tool";