summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2022-03-14 13:35:44 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-14 08:22:11 -0700
commit2bf666caafeeb2203f25be9df7799a9d4d3bba63 (patch)
treec593b2c6145c8ec0556fb5b8a5b034779633b344 /pkgs/applications
parent809af29d7b3a7f376f5e480c2d07259962f4d63f (diff)
downloadnixpkgs-2bf666caafeeb2203f25be9df7799a9d4d3bba63.tar
nixpkgs-2bf666caafeeb2203f25be9df7799a9d4d3bba63.tar.gz
nixpkgs-2bf666caafeeb2203f25be9df7799a9d4d3bba63.tar.bz2
nixpkgs-2bf666caafeeb2203f25be9df7799a9d4d3bba63.tar.lz
nixpkgs-2bf666caafeeb2203f25be9df7799a9d4d3bba63.tar.xz
nixpkgs-2bf666caafeeb2203f25be9df7799a9d4d3bba63.tar.zst
nixpkgs-2bf666caafeeb2203f25be9df7799a9d4d3bba63.zip
vscode-extensions.jock.svg: 1.4.15 -> 1.4.17
Diffstat (limited to 'pkgs/applications')
-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 b2da724b0c8..f5d111b39e2 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1229,8 +1229,8 @@ let
         mktplcRef = {
           name = "svg";
           publisher = "jock";
-          version = "1.4.15";
-          sha256 = "0a5w6qxvsdzcmgc0yfiagpmz25y90pmzgrxz9899na5qy3pjcbmz";
+          version = "1.4.17";
+          sha256 = "sha256-CDxh/YRyDGocxG4qOcyLXA0zHCg0YJ7XUu3OjFFjleI=";
         };
         meta = with lib; {
           license = licenses.mit;