mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
libtlsrpt: 0.5.0 -> 0.5.1 (#560680)
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
autoreconfHook,
|
||||
asciidoctor,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libtlsrpt";
|
||||
version = "0.5.0";
|
||||
version = "0.5.1";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -19,10 +20,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "sys4";
|
||||
repo = "libtlsrpt";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-h7bWxxllKFj8+/FfC4yHSmz+Qij1BcgV4OCQZr1OkA8=";
|
||||
hash = "sha256-U11VMaLGnWMe4EALaOQUFJ35hDUX2jAYadGJNYDpeK0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
asciidoctor
|
||||
];
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user