Commit 92c50e93 authored by R. RyanTM's avatar R. RyanTM
Browse files

cpptrace: 0.8.1 -> 0.8.2

parent f104cca3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cpptrace";
  version = "0.8.1";
  version = "0.8.2";

  src = fetchFromGitHub {
    owner = "jeremy-rifkin";
    repo = "cpptrace";
    tag = "v${finalAttrs.version}";
    hash = "sha256-8WXYgOa54R0Db7WA+KdEAz7/FCtgDdrRyYFxuThT9Zs=";
    hash = "sha256-3BnAWRpKJR5lsokpmbOLUIQGuiH46AM1NQwOtBl28AA=";
  };

  nativeBuildInputs = [