Skip to content

Commit

Permalink
fzf: 0.20.0 -> 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored and alyssais committed Mar 12, 2020
1 parent a94a533 commit da13cdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/misc/fzf/default.nix
@@ -1,17 +1,17 @@
{ lib, buildGoModule, fetchFromGitHub, writeText, runtimeShell, ncurses, }:
{ lib, buildGoModule, fetchFromGitHub, writeText, runtimeShell, ncurses }:

buildGoModule rec {
pname = "fzf";
version = "0.20.0";
version = "0.21.0";

src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
sha256 = "02zy3c4k84rzqdkaf04idbj10v286hi0ix1xl2qsz1wrblh168w8";
sha256 = "0s52mq64r44dh7wwc4h96xhhbxf000dr96nim0g0dcmkmnm2p8gv";
};

modSha256 = "12lnv8b96adpcg9qfizcyd9nxz590nxd82xch6ij719zlqyps143";
modSha256 = "16bb0a9z49jqhh9lmq8rvl7x9vh79mi4ygkb9sm04g41g5z6ag1s";

outputs = [ "out" "man" ];

Expand Down

0 comments on commit da13cdb

Please sign in to comment.