python310Packages.debugpy: fix src hash

This commit is contained in:
Sandro Jäckel
2023-03-23 14:09:34 +01:00
parent 614ad50d03
commit 6176066e29
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "debugpy";
rev = "refs/tags/v${version}";
hash = "sha256-GanRWzGyg0Efa+kuU7Q0IOmO0ohXZIjuz8RZYERTpzo=";
hash = "sha256-jEhvpPO3QeKjPiOMxg2xOWitWtZ6UCWyM1WvnbrKnFI=";
};
patches = [