Merge pull request #298254 from r-ryantm/auto-update/sad

sad: 0.4.23 -> 0.4.25
This commit is contained in:
Fabian Affolter 2024-03-23 18:32:07 +01:00 committed by GitHub
commit bddd768564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
};
}