Skip to content

Commit 24f42ee

Browse files
authored
python312Packages.debugpy: fix hash due to .gitattributes (#368643)
2 parents 55ea440 + 94af3fd commit 24f42ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/debugpy/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildPythonPackage rec {
3333
owner = "microsoft";
3434
repo = "debugpy";
3535
tag = "v${version}";
36-
hash = "sha256-jq/0Z6Oo/9gjJlziYJIjIC5i9YMayUdPYSGTjnDL8yU=";
36+
hash = "sha256-C/cLUMQNmiLn3z93LOg++3WeDUihMR9O3XKouL4uPqw=";
3737
};
3838

3939
patches =

0 commit comments

Comments
 (0)