remarshal_0_17: remove updateScript, add no auto update comment

using a throw breaks the nixpkgs-update updateScript service
This commit is contained in:
zowoq 2024-11-16 15:12:59 +10:00
parent 2867f69e5c
commit 7706fa05a7

View File

@ -50,7 +50,7 @@ pythonPackages.buildPythonApplication rec {
nativeCheckInputs = [ pythonPackages.pytestCheckHook ];
passthru.updateScript = throw "This package is pinned to 0.17.1 for YAML 1.1 support";
# nixpkgs-update: no auto update
meta = with lib; {
changelog = "https://github.com/remarshal-project/remarshal/releases/tag/v${version}";