Merge pull request #327533 from r-ryantm/auto-update/libjwt

libjwt: 1.17.1 -> 1.17.2
This commit is contained in:
Sebastián Mancilla 2024-08-21 22:04:15 -04:00 committed by GitHub
commit 34d16cfaed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libjwt";
version = "1.17.1";
version = "1.17.2";
src = fetchFromGitHub {
owner = "benmcollins";
repo = "libjwt";
rev = "v${version}";
sha256 = "sha256-yMnk4gfUa5c6Inppz9I1h6it41nuJ4By3eDO0YrdB2Y=";
sha256 = "sha256-y7QX6P0EScY9MMdbwc8nDUKCxtNQCqjh9wlbxVuT6lA=";
};
buildInputs = [ jansson openssl ];