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

uftrace: 0.12 -> 0.13
This commit is contained in:
Mario Rodas 2023-01-14 08:59:59 -05:00 committed by GitHub
commit 361176d7a7
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.12";
version = "0.13";
src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "sha256-YjeZGjSctnhbHqWikdVhiEl0hr/qrA4S4JbCJscXe7A=";
sha256 = "sha256-czVKliF9qvA9TG4KJKs2X0VDfJi4vHwbVeuLZViwpdg=";
};
postUnpack = ''