Unverified Commit 5e54a390 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

fzf: 0.66.0 -> 0.66.1 (#455738)

parents 00507160 194e3c2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "fzf";
  version = "0.66.0";
  version = "0.66.1";

  src = fetchFromGitHub {
    owner = "junegunn";
    repo = "fzf";
    rev = "v${version}";
    hash = "sha256-4cspznuGPhTFSUM9yYvPoytX27CKenp/oAMqWpT5JrE=";
    hash = "sha256-0dq4m5SGu37AGVUoFLgP40vjBTu6cYoUgB+ZhyfKi+M=";
  };

  vendorHash = "sha256-uFXHoseFOxGIGPiWxWfDl339vUv855VHYgSs9rnDyuI=";