mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 19:37:37 +00:00
Merge pull request #298254 from r-ryantm/auto-update/sad
sad: 0.4.23 -> 0.4.25
This commit is contained in:
commit
bddd768564
@ -6,16 +6,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "sad";
|
||||
version = "0.4.23";
|
||||
version = "0.4.25";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ms-jpq";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-LNMc+3pXx7VyNq0dws+s13ZA3+f8aJzgbAxzI71NKx0=";
|
||||
repo = "sad";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-G+Mkyw7TNx5+fhnaOe3Fsb1JuafqckcZ83BTnuWUZBU=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-UjXJmH4UI5Vey2rBy57CI1r13bpGYhIozEoOoyoRDLQ=";
|
||||
cargoHash = "sha256-PTldq13csCmQ3u+M+BTftmxpRh32Bw9ds6yx+pE7HRc=";
|
||||
|
||||
nativeBuildInputs = [ python3 ];
|
||||
|
||||
@ -27,9 +27,10 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "CLI tool to search and replace";
|
||||
mainProgram = "sad";
|
||||
homepage = "https://github.com/ms-jpq/sad";
|
||||
changelog = "https://github.com/ms-jpq/sad/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "sad";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user