Merge pull request #301265 from r-ryantm/auto-update/jose

jose: 12 -> 13
This commit is contained in:
Weijia Wang 2024-04-09 22:25:53 +02:00 committed by GitHub
commit d066f94c08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "jose";
version = "12";
version = "13";
src = fetchFromGitHub {
owner = "latchset";
repo = pname;
rev = "v${version}";
hash = "sha256-MuYRgYskIT2rmd32gziCdiRwIWMKQ6iTx0Qm/jJI+Iw=";
hash = "sha256-XkYvBjPmwhwo2p8/jTXazHRAgSGkI7LTLUlqbxMxlys=";
};
nativeBuildInputs = [ meson pkg-config ninja asciidoc ];
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/latchset/jose";
maintainers = with lib.maintainers; [ ];
license = lib.licenses.asl20;
platforms = lib.platforms.all;
};
}