about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorSebastian Gabriel Trzpiot <dev@trzpiot.de>2023-12-30 07:49:31 +0100
committerSebastian Gabriel Trzpiot <dev@trzpiot.de>2023-12-30 07:50:01 +0100
commit52c26b4473feed01612ccc2cd24c02c7f372160a (patch)
treef1eb096607d6012c40c97a0c7d355aed96005322 /pkgs/applications/editors
parente7958ec8a5b2ba734577065edd86efd16e0a2126 (diff)
downloadnixlib-52c26b4473feed01612ccc2cd24c02c7f372160a.tar
nixlib-52c26b4473feed01612ccc2cd24c02c7f372160a.tar.gz
nixlib-52c26b4473feed01612ccc2cd24c02c7f372160a.tar.bz2
nixlib-52c26b4473feed01612ccc2cd24c02c7f372160a.tar.lz
nixlib-52c26b4473feed01612ccc2cd24c02c7f372160a.tar.xz
nixlib-52c26b4473feed01612ccc2cd24c02c7f372160a.tar.zst
nixlib-52c26b4473feed01612ccc2cd24c02c7f372160a.zip
vscode-extensions.dracula-theme.theme-dracula: 2.24.2 -> 2.24.3
https://github.com/dracula/visual-studio-code/releases/tag/v2.24.3
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index d7df2dac1b5a..11af180a2370 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1151,8 +1151,8 @@ let
         mktplcRef = {
           name = "theme-dracula";
           publisher = "dracula-theme";
-          version = "2.24.2";
-          sha256 = "sha256-YNqWEIvlEI29mfPxOQVdd4db9G2qNodhz8B0MCAAWK8=";
+          version = "2.24.3";
+          sha256 = "sha256-3B18lEu8rXVXySdF3+xsPnAyruIuEQJDhlNw82Xm6b0=";
         };
         meta = {
           changelog = "https://marketplace.visualstudio.com/items/dracula-theme.theme-dracula/changelog";