scitokens-cpp: 1.2.0 -> 1.3.0 (#484967)

This commit is contained in:
Gergő Gutyina
2026-02-13 12:09:24 +00:00
committed by GitHub
+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 = [