Skip to content

Commit

Permalink
fzf: 0.21.0-1 -> 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Apr 3, 2020
1 parent e727398 commit cc21aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fzf/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "fzf";
version = "0.21.0-1";
version = "0.21.1";

src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
sha256 = "1d4bwcmjirwkkv0m01sx9rxp01iik57iy54zxhdkkz842pxlr2xv";
sha256 = "0piz1dzczcw1nsff775zicvpm6iy0iw0v0ba7rj7i0xqv9ni1prw";
};

modSha256 = "16bb0a9z49jqhh9lmq8rvl7x9vh79mi4ygkb9sm04g41g5z6ag1s";
Expand Down

0 comments on commit cc21aa9

Please sign in to comment.