ripgrep: 15.1.0 -> 15.2.0 (#542337)

This commit is contained in:
zowoq
2026-07-15 22:08:54 +00:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ripgrep";
version = "15.1.0";
version = "15.2.0";
__structuredAttrs = true;
@@ -25,10 +25,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "BurntSushi";
repo = "ripgrep";
tag = finalAttrs.version;
hash = "sha256-0gjwYMUlXYnmIWQS1SVzF1yQw1lpveRLw5qp049lc3I=";
hash = "sha256-BsSIbZwB6s8i3dDTRYJ1EdVbJmiO0oxcLu6qiYlPkOI=";
};
cargoHash = "sha256-ry3pLuYNwX776Dpj9IE2+uc7eEa5+sQvdNNeG1eJecs=";
cargoHash = "sha256-AqizStE9ICd6mNDZWdeXg6dHuTiY+B0TNauQQYWUa84=";
nativeBuildInputs = [
installShellFiles