fatrace: 0.17.0 -> 0.18.0

This commit is contained in:
R. Ryantm 2025-01-19 13:06:10 +00:00
parent 3ab4abae1d
commit a29c300b62

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "fatrace";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "martinpitt";
repo = pname;
rev = version;
sha256 = "sha256-MRHM+hyuRevK4L3u6dGw1S3O7w+BJBsprJVcSz6Q9xg=";
sha256 = "sha256-QkavhxORENQSLUg4tq+W1WB7zSYYinWOOYPqNbv+pEI=";
};
buildInputs = [