Merge pull request #134059 from r-ryantm/auto-update/uftrace

uftrace: 0.9.4 -> 0.10
This commit is contained in:
Sandro 2021-08-16 15:35:47 +02:00 committed by GitHub
commit cf84b3a385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uftrace";
version = "0.9.4";
version = "0.10";
src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "09zj4lgsbx0yp4i8ij9nh7wzylfcj421jzf1kkc2zpnn5hgynsb5";
sha256 = "sha256-T3HFhFKHsUcOOCXaA1NG3aDE0k5frnhqjCI8aV18EjQ=";
};
postUnpack = ''