2kybe3
2026-05-26 09:53:31 +02:00
parent 0191921823
commit d90af5fb0a
+10 -4
View File
@@ -6,20 +6,26 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pid1";
version = "0.1.3";
version = "0.1.6";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "fpco";
repo = "pid1-rs";
rev = "v${finalAttrs.version}";
hash = "sha256-2dnQj3AQxedyq1YvHKt+lVXNEtuB5sMRSCqX9YeifzI=";
tag = "v${finalAttrs.version}";
hash = "sha256-edxDCVEVg4s2RF3wjiUjQ4wfusFM3COUTl5nsCH4ScE=";
};
cargoHash = "sha256-ldHtmbLoSFVxb0B3Oj21UOFNSXwu8xAPhpE8jBqOwr4=";
cargoHash = "sha256-mXZszLmIOEq3ZL6cJhrhBCi0bHNgbKG6gr6Rf4iFvEM=";
# all tests require docker env
doCheck = false;
meta = {
description = "Signal handling and zombie reaping for PID1 process";
homepage = "https://github.com/fpco/pid1-rs";
changelog = "https://github.com/fpco/pid1-rs/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ psibi ];
mainProgram = "pid1";