Unverified Commit 3b8a01a3 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

ripgrep: 14.1.1->15.0.0 (#452505)

parents 2f38c950 cd395cab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "ripgrep";
  version = "14.1.1";
  version = "15.0.0";

  src = fetchFromGitHub {
    owner = "BurntSushi";
    repo = "ripgrep";
    rev = version;
    hash = "sha256-gyWnahj1A+iXUQlQ1O1H1u7K5euYQOld9qWm99Vjaeg=";
    hash = "sha256-pYQw4LuKBZdLTc/aBpruwrd9U9s++yXbSXfq2JZ/jyI=";
  };

  cargoHash = "sha256-9atn5qyBDy4P6iUoHFhg+TV6Ur71fiah4oTJbBMeEy4=";
  cargoHash = "sha256-vh5adpwdZHjEXLyiMKvL3LHNPZaiB4TWuypTXsieyek=";

  nativeBuildInputs = [
    installShellFiles