python312Packages.debugpy: fix hash due to .gitattributes

This commit is contained in:
Kira Bruneau
2024-12-27 15:59:56 -05:00
parent c6b562095c
commit 94af3fd60e
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "debugpy";
tag = "v${version}";
hash = "sha256-jq/0Z6Oo/9gjJlziYJIjIC5i9YMayUdPYSGTjnDL8yU=";
hash = "sha256-C/cLUMQNmiLn3z93LOg++3WeDUihMR9O3XKouL4uPqw=";
};
patches =