Skip to content

Commit

Permalink
peco: 0.5.1 -> 0.5.2
Browse files Browse the repository at this point in the history
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin/bin/peco -h` got 0 exit code
- ran `/nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin/bin/peco --help` got 0 exit code
- ran `/nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin/bin/peco --version` and found version 0.5.2
- found 0.5.2 with grep in /nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin
- found 0.5.2 in filename of file in /nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin

cc "@ehmry @lethalman"
  • Loading branch information
ryantm authored and FRidh committed Feb 28, 2018
1 parent b89ef02 commit 2bcf92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/peco/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "peco-${version}";
version = "0.5.1";
version = "0.5.2";

goPackagePath = "github.com/peco/peco";
subPackages = [ "cmd/peco" ];
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "peco";
repo = "peco";
rev = "v${version}";
sha256 = "0jnlpr3nxx8xmjb6w4jlwshzz0p9hlww9919qbkm66afv16k0vm8";
sha256 = "0cgfwbnz4jp2nvmqf2i03xf69by8g0xgd3k5k9aj46y9hps1ka92";
};

goDeps = ./deps.nix;
Expand Down

0 comments on commit 2bcf92a

Please sign in to comment.