python312Packages.debugpy: fix hash due to .gitattributes (#368643)
This commit is contained in:
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
owner = "microsoft";
|
||||
repo = "debugpy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-jq/0Z6Oo/9gjJlziYJIjIC5i9YMayUdPYSGTjnDL8yU=";
|
||||
hash = "sha256-C/cLUMQNmiLn3z93LOg++3WeDUihMR9O3XKouL4uPqw=";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
||||
Reference in New Issue
Block a user