diffoscope: fix version metadata for overridden tlsh

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:37 +02:00
parent ac60a9e360
commit 4fcd1ced68
+5
View File
@@ -98,6 +98,11 @@ let
tag = version;
hash = "sha256-ZYEjT/yShfA4+zpbGOtaFOx1nSSOWPtMvskPhHv3c9U=";
};
postPatch = ''
substituteInPlace py_ext/setup.py \
--replace-fail "0.2.0" "${version}"
'';
}
);
};