Unverified Commit b268509e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #296642 from r-ryantm/auto-update/fzf-make

fzf-make: 0.24.0 -> 0.25.0
parents 8904e65c 5a42ed5a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "fzf-make";
  version = "0.24.0";
  version = "0.25.0";

  src = fetchFromGitHub {
    owner = "kyu08";
    repo = "fzf-make";
    rev = "v${version}";
    hash = "sha256-2RA4EVhmn8edolUeL7y9b8PssPSGIZZjHx340J0GqVE=";
    hash = "sha256-jElKCOCTG33ysePz4SfrbN9xWdTB83G+/9DUqNKI6x8=";
  };

  cargoHash = "sha256-Jfh+PMOep1WWTyt+LTGg+3f9pb6DlWu4ZLE9qvv8QyQ=";
  cargoHash = "sha256-kXp/2F32aJFQ5z0TeggZWv1S2rDpnTPEYyHNZCtEjtg=";

  nativeBuildInputs = [ makeBinaryWrapper ];