scitokens-cpp: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-01-29 03:35:14 +00:00
parent 31a7a9ee76
commit 985ca957da
+3 -3
View File
@@ -12,14 +12,14 @@
stdenv.mkDerivation {
pname = "scitokens-cpp";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "scitokens";
repo = "scitokens-cpp";
rev = "v1.2.0";
hash = "sha256-Sc3+g2MMxVnPNI4V/f8Ss8Z3SOQScC9fj8woJDm2O/A=";
rev = "v1.3.0";
hash = "sha256-C+7tS7Mbcjt4i2SHyinNTqjO+ODsyg9zFdX8HRhhPLk=";
};
nativeBuildInputs = [