mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
ripgrep: 15.1.0 -> 15.2.0 (#542337)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user