Unverified Commit 24f42ee6 authored by K900's avatar K900 Committed by GitHub
Browse files

python312Packages.debugpy: fix hash due to .gitattributes (#368643)

parents 55ea4400 94af3fd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "debugpy";
    tag = "v${version}";
    hash = "sha256-jq/0Z6Oo/9gjJlziYJIjIC5i9YMayUdPYSGTjnDL8yU=";
    hash = "sha256-C/cLUMQNmiLn3z93LOg++3WeDUihMR9O3XKouL4uPqw=";
  };

  patches =