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

uftrace: 0.13.1 -> 0.14
This commit is contained in:
Weijia Wang 2023-06-26 07:26:18 +02:00 committed by GitHub
commit 0592b5a033
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.13.1";
version = "0.14";
src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "sha256-hpEExyvazCH+lNTK0Ej0zbnWyX0gVLPjM9XfOuAueis=";
sha256 = "sha256-f0R3EbLd0sJ1kcsRquFZRrl8jXi0msIz2SZ0oJzoWUE=";
};
postUnpack = ''