uftrace: 0.17 -> 0.18

This commit is contained in:
R. Ryantm
2025-07-06 08:19:25 +00:00
parent 06081e801d
commit ff34ce539f
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "uftrace";
version = "0.17";
version = "0.18";
src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "sha256-xx/eABF1q5uZYDGWUQc1YO6qCqR7J2mCHHQTBsHxMVw=";
sha256 = "sha256-TgGeeZtrhGlQxQp0y6D8SMjRJ9YITzWdaWxblKfcvzU=";
};
nativeBuildInputs = [