Commit 94af3fd6 authored by Kira Bruneau's avatar Kira Bruneau
Browse files

python312Packages.debugpy: fix hash due to .gitattributes

parent c6b56209
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 =