Unverified Commit 122aa3b3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

uftrace: 0.18 -> 0.18.1 (#425506)

parents 20f07cf9 59ceacb7
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.18";
  version = "0.18.1";

  src = fetchFromGitHub {
    owner = "namhyung";
    repo = "uftrace";
    rev = "v${version}";
    sha256 = "sha256-TgGeeZtrhGlQxQp0y6D8SMjRJ9YITzWdaWxblKfcvzU=";
    sha256 = "sha256-9fVBV23gVN1kSkdqBlWV0oEIj6ew6yVO4edUTTHV5H0=";
  };

  nativeBuildInputs = [