scitokens-cpp: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-02-29 04:30:29 +00:00
parent 6780926802
commit 942488076d

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "scitokens-cpp"; pname = "scitokens-cpp";
version = "1.1.0"; version = "1.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "scitokens"; owner = "scitokens";
repo = "scitokens-cpp"; repo = "scitokens-cpp";
rev = "v1.1.0"; rev = "v1.1.1";
hash = "sha256-g97Ah5Oob0iOvMQegpG/AACLZCW37kA0RpSIcKOyQnE="; hash = "sha256-G3z9DYYWCNeA/rufNHQP3SwT5WS2AvUWm1rd8lx6XxA=";
}; };
nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ];