uftrace: 0.13 -> 0.13.1

This commit is contained in:
R. Ryantm 2023-02-21 05:25:32 +00:00
parent 5be19d43a2
commit faeb037d8c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uftrace";
version = "0.13";
version = "0.13.1";
src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "sha256-czVKliF9qvA9TG4KJKs2X0VDfJi4vHwbVeuLZViwpdg=";
sha256 = "sha256-hpEExyvazCH+lNTK0Ej0zbnWyX0gVLPjM9XfOuAueis=";
};
postUnpack = ''