tracelinks: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm
2025-03-04 08:13:46 +00:00
parent 2cc9bbf8e5
commit 335757b406
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tracelinks";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "flox";
repo = "tracelinks";
tag = "v${finalAttrs.version}";
hash = "sha256-GftF2s2eRrkfzw2NpzTZ6Uhehcg2tMSOcsjHJssQJzU=";
hash = "sha256-sGC1TdcugitMgafnCZGpwYPqWioX+fRl2ZqDZE9levY=";
};
makeFlags = [