Unverified Commit f4cc7668 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

tracelinks: 1.0.1 -> 1.0.2 (#386943)

parents b8dbb5d7 335757b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tracelinks";
  version = "1.0.1";
  version = "1.0.2";

  src = fetchFromGitHub {
    owner = "flox";
    repo = "tracelinks";
    tag = "v${finalAttrs.version}";
    hash = "sha256-GftF2s2eRrkfzw2NpzTZ6Uhehcg2tMSOcsjHJssQJzU=";
    hash = "sha256-sGC1TdcugitMgafnCZGpwYPqWioX+fRl2ZqDZE9levY=";
  };

  makeFlags = [