Unverified Commit 942b2e8b authored by misuzu's avatar misuzu Committed by GitHub
Browse files

uftrace: 0.16 -> 0.17 (#365893)

parents 1fa9724b 27d9dde3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "uftrace";
  version = "0.16";
  version = "0.17";

  src = fetchFromGitHub {
    owner = "namhyung";
    repo = "uftrace";
    rev = "v${version}";
    sha256 = "sha256-JuBwyE6JH3CpJH863LbnWELUIIEKVaAcz8h8beeABGQ=";
    sha256 = "sha256-xx/eABF1q5uZYDGWUQc1YO6qCqR7J2mCHHQTBsHxMVw=";
  };

  nativeBuildInputs = [