Skip to content

Commit

Permalink
kak-fzf: 2019-07-16 -> 2020-05-24
Browse files Browse the repository at this point in the history
  • Loading branch information
buffet authored and alyssais committed Aug 16, 2020
1 parent 9f1fe8d commit 5897bf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/kakoune/plugins/kak-fzf.nix
Expand Up @@ -4,12 +4,12 @@ assert stdenv.lib.asserts.assertOneOf "fzf" fzf.pname [ "fzf" "skim" ];

stdenv.mkDerivation {
name = "kak-fzf";
version = "2019-07-16";
version = "2020-05-24";
src = fetchFromGitHub {
owner = "andreyorst";
repo = "fzf.kak";
rev = "ede90d3e02bceb714f997adfcbab8260b42e0a19";
sha256 = "18w90j3fpk2ddn68497s33n66aap8phw5636y1r7pqsa641zdxcv";
rev = "b2aeb26473962ab0bf3b51ba5c81c50c1d8253d3";
sha256 = "0bg845i814xh4y688p2zx726rsg0pd6nb4a7qv2fckmk639f4wzc";
};

configurePhase = ''
Expand Down

0 comments on commit 5897bf1

Please sign in to comment.