1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

scitokens-cpp: 1.1.1 -> 1.1.2 (#352557)

This commit is contained in:
Ramses 2024-11-03 22:49:53 +01:00 committed by GitHub
commit 84f70886f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "scitokens-cpp";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "scitokens";
repo = "scitokens-cpp";
rev = "v1.1.1";
hash = "sha256-G3z9DYYWCNeA/rufNHQP3SwT5WS2AvUWm1rd8lx6XxA=";
rev = "v1.1.2";
hash = "sha256-87mV1hyoUI/pWzRXaI051H3+FN5TXcachhgAPTtQYHg=";
};
nativeBuildInputs = [ cmake pkg-config ];