Merge pull request #292248 from r-ryantm/auto-update/scitokens-cpp
scitokens-cpp: 1.1.0 -> 1.1.1
This commit is contained in:
commit
dd74935580
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue