pythonPackages.instructor: update src.hash

This commit is contained in:
Justin Restivo
2025-12-13 08:13:10 -05:00
parent 1ca92c13dc
commit c78e98e01c
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "jxnl";
repo = "instructor";
tag = "v${version}";
hash = "sha256-vknPfRHyLoLo2838p/fbjrqyaBORZzLp9+fN98yVDz0=";
hash = "sha256-VWFrMgfe92bHUK1hueqJLHQ7G7ATCgK7wXr+eqrVWcw=";
};
build-system = [ hatchling ];