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

uftrace: 0.15.2 -> 0.16
This commit is contained in:
Aleksana 2024-04-26 15:55:21 +08:00 committed by GitHub
commit 204c5d0b6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uftrace";
version = "0.15.2";
version = "0.16";
src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "sha256-FfTt1S7X7FakKXWbmJJ1HMYcu/tG/UFknz8XmEPbPUo=";
sha256 = "sha256-JuBwyE6JH3CpJH863LbnWELUIIEKVaAcz8h8beeABGQ=";
};
postUnpack = ''