uftrace: 0.13.1 -> 0.14

This commit is contained in:
R. Ryantm 2023-06-23 23:48:51 +00:00
parent 03afc9d850
commit 0f97f01345

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 = ''