mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
fzf: 0.16.10 -> 0.16.11
This commit is contained in:
parent
87b215d5f7
commit
45fb1c94d7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "fzf-${version}";
|
name = "fzf-${version}";
|
||||||
version = "0.16.10";
|
version = "0.16.11";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/junegunn/fzf";
|
goPackagePath = "github.com/junegunn/fzf";
|
||||||
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "junegunn";
|
owner = "junegunn";
|
||||||
repo = "fzf";
|
repo = "fzf";
|
||||||
sha256 = "0c9c9x2pim5g2jwy6jkdws2s7b1mw2qlnba1q46a1izswm7ljfq7";
|
sha256 = "1jm7v482ad85l627k7a265p2clzy2yk88hqqbjsihi53mj8agxa0";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "out" "man" ];
|
outputs = [ "bin" "out" "man" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user