libjwt: 1.13.1 -> 1.15.2

This commit is contained in:
R. Ryantm 2022-11-29 05:04:16 +00:00
parent 9102f78309
commit 8135346266

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libjwt";
version = "1.13.1";
version = "1.15.2";
src = fetchFromGitHub {
owner = "benmcollins";
repo = "libjwt";
rev = "v${version}";
sha256 = "sha256-hS10Ecq0VVuYLDrBu4x+Y2mz6eeJV1SvnqttgbiQbi0=";
sha256 = "sha256-fdMrJaD0jq4aQtxNLUvPVP6dWMwp3Mz4TuW2zX6r7QA=";
};
buildInputs = [ jansson openssl ];