Unverified Commit 84f70886 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

scitokens-cpp: 1.1.1 -> 1.1.2 (#352557)

parents 03b5a4d8 9e225c4f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
  pname = "scitokens-cpp";
  version = "1.1.1";
  version = "1.1.2";

  src = fetchFromGitHub {
    owner = "scitokens";
    repo = "scitokens-cpp";

    rev = "v1.1.1";
    hash = "sha256-G3z9DYYWCNeA/rufNHQP3SwT5WS2AvUWm1rd8lx6XxA=";
    rev = "v1.1.2";
    hash = "sha256-87mV1hyoUI/pWzRXaI051H3+FN5TXcachhgAPTtQYHg=";
  };

  nativeBuildInputs = [ cmake pkg-config ];