Commit de2767ab authored by R. RyanTM's avatar R. RyanTM
Browse files

reflection-cpp: 0.2.0 -> 0.3.0

parent 4c66bec3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "reflection-cpp";
  version = "0.2.0";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "contour-terminal";
    repo = "reflection-cpp";
    tag = "v${finalAttrs.version}";
    hash = "sha256-q0h8p6xJ1UectRe656B6mT5+QokxR9N8rqzvgwUBugg=";
    hash = "sha256-3TVoJkM+4RmB+KwWEpGo7gvzqCASNBmDHT+AzkR5KKk=";
  };

  nativeBuildInputs = [ cmake ];