sad: init at 0.4.14
This commit is contained in:
parent
e4f82b3722
commit
da0626cad7
25
pkgs/tools/text/sad/default.nix
Normal file
25
pkgs/tools/text/sad/default.nix
Normal 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 ];
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user