3
0
Fork 0
forked from mirrors/nixpkgs

fzf: 0.41.1 -> 0.42.0

This commit is contained in:
Alexis Hildebrandt 2023-06-14 23:02:17 +02:00 committed by zowoq
parent 165da28db3
commit e6333583be

View file

@ -10,7 +10,6 @@
, glibcLocales
, testers
, fzf
, fetchpatch
}:
let
@ -25,23 +24,15 @@ let
in
buildGoModule rec {
pname = "fzf";
version = "0.41.1";
version = "0.42.0";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
hash = "sha256-YnWc+yStyoZoCKxEMhQC6Z4FZ/OVRaVsAJPtAzGiJVk=";
hash = "sha256-+65R7cbj62UXw3ZYXIK9VcAeGnpP4pLigr21awoPLi4=";
};
patches = [
(fetchpatch {
name = "update-test-case.patch";
url = "https://github.com/junegunn/fzf/commit/448d7e0c5a717128d499f6a09a978b7addd1d925.patch";
hash = "sha256-54UYW8x78ZcjPwDWmGLVLxw2E910wme2TkBN7YAr1L8=";
})
];
vendorHash = "sha256-O6OjBbrVAxDQd27ar2mmFkU1XyVM2C8SJWJ54rgaf2s=";
CGO_ENABLED = 0;