sad: init at 0.4.14

This commit is contained in:
Fabian Affolter 2021-09-04 10:18:48 +02:00
parent e4f82b3722
commit da0626cad7
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{ lib
, fetchFromGitHub
, rustPlatform
}:
rustPlatform.buildRustPackage rec {
pname = "sad";
version = "0.4.14";
src = fetchFromGitHub {
owner = "ms-jpq";
repo = pname;
rev = "v${version}";
sha256 = "03b6qxkn8sqv06gs4p6wg02arz0n9llc3z92zhfd5ipz8han83fd";
};
cargoSha256 = "13nkd4354siy8pr2032bxz2z5x8b378mccq6pnm71cpl9dl6w4ad";
meta = with lib; {
description = "CLI tool to search and replace";
homepage = "https://github.com/ms-jpq/sad";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
}

View File

@ -8758,6 +8758,8 @@ with pkgs;
sacad = callPackage ../tools/misc/sacad { };
sad = callPackage ../tools/text/sad { };
safecopy = callPackage ../tools/system/safecopy { };
sacd = callPackage ../tools/cd-dvd/sacd { };