Unverified Commit e9d8a4b9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

vscode-extensions.ms-python.python: update hash (#387839)

parents 1901bd1d 4886e147
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
    name = "python";
    publisher = "ms-python";
    version = "2025.2.0";
    hash = "sha256-bq6xcNTzGsnoAcwjn4yyCVN7n4kXOPULHu0V2Vgzu68=";
    hash = "sha256-f573A/7s8jVfH1f3ZYZSTftrfBs6iyMWewhorX4Z0Nc=";
  };

  buildInputs = [ icu ];