uftrace: 0.15 -> 0.15.1

This commit is contained in:
R. Ryantm
2024-01-23 21:23:49 +00:00
parent 947661df11
commit 0d69249da8
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uftrace";
version = "0.15";
version = "0.15.1";
src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "sha256-VK2lERzwsdXVOxgxRAA2RxeqBtOeINJDnsafnn461VQ=";
sha256 = "sha256-5P8CshSCK1Ugkg9+MJB8G31n4iyhZF0oVayouQU0CaA=";
};
postUnpack = ''