rsign2: init at 0.6.2

This commit is contained in:
figsoda 2023-03-14 20:46:10 -04:00
parent 435e4d9793
commit 56c565bb11
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{ lib
, rustPlatform
, fetchCrate
}:
rustPlatform.buildRustPackage rec {
pname = "rsign2";
version = "0.6.2";
src = fetchCrate {
inherit pname version;
hash = "sha256-Ono7cKXccYMmkrlsJ+Z85w8z0fEduuEQhRlHQQk0vzU=";
};
cargoHash = "sha256-Yuf4iTWGQp/1ZUVqaR0tKfFxKJ9JEmMLq1LL7gwf6w0=";
meta = with lib; {
description = "A command-line tool to sign files and verify signatures";
homepage = "https://github.com/jedisct1/rsign2";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
mainProgram = "rsign";
};
}

View file

@ -5695,6 +5695,8 @@ with pkgs;
rsbkb = callPackage ../tools/text/rsbkb { };
rsign2 = callPackage ../tools/security/rsign2 { };
rsyslog = callPackage ../tools/system/rsyslog {
withHadoop = false; # Currently Broken
withKsi = false; # Currently Broken