autotrash: set version

This commit is contained in:
Fabian Affolter
2025-08-23 00:03:08 +02:00
parent 4469fd60bf
commit 3a165d84e3
+5
View File
@@ -17,6 +17,11 @@ python3Packages.buildPythonPackage rec {
hash = "sha256-qMU3jjBL5+fd9vKX5BIqES5AM8D/54aBOmdHFiBtfEo=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'version = "0.0.0"' 'version = "${version}"'
'';
build-system = [ python3Packages.poetry-core ];
nativeBuildInputs = [