Unverified Commit ed8866c3 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

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

parents 6f29ac6d 985ca957
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [