desed: init at master

This commit is contained in:
Victor Nilsson
2024-09-06 11:54:04 +02:00
parent 14efd10316
commit a52dac7c2f
+28
View File
@@ -0,0 +1,28 @@
{
lib,
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage {
pname = "desed";
version = "1.2.1-unstable-2024-09-06";
src = fetchFromGitHub {
owner = "SoptikHa2";
repo = "desed";
rev = "master";
hash = "sha256-iCpEfefXXognk4YI1LLb3mwgaqMw4m3haq/gdS1JbQU=";
};
cargoHash = "sha256-z2qv394C0GhQC21HuLyvlNjrM65KFEZh1XLj+Y/B9ZM=";
meta = {
changelog = "https://github.com/SoptikHa2/desed/releases/tag/v1.2.1";
description = "Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal. ";
homepage = "https://github.com/SoptikHa2/desed";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ vinylen ];
mainProgram = "desed";
};
}