uftrace: 0.15.2 -> 0.16

This commit is contained in:
R. Ryantm 2024-04-25 14:58:05 +00:00
parent 5dd187f3b7
commit cf8c733fb7
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 = ''