Merge pull request #297957 from kouyk/vscode-gruvbox-theme

vscode-extensions.jdinhlife.gruvbox: 1.8.0 -> 1.18.0

authored by superherointj and committed by GitHub 23244f86 fa3ce528

+4 -3
+4 -3
pkgs/applications/editors/vscode/extensions/default.nix
··· 2349 2349 mktplcRef = { 2350 2350 name = "gruvbox"; 2351 2351 publisher = "jdinhlife"; 2352 - version = "1.8.0"; 2353 - sha256 = "sha256-P4FbbcRcKWbnC86TSnzQaGn2gHWkDM9I4hj4GiHNPS4="; 2352 + version = "1.18.0"; 2353 + sha256 = "sha256-4sGGVJYgQiOJzcnsT/YMdJdk0mTi7qcAcRHLnYghPh4="; 2354 2354 }; 2355 2355 meta = { 2356 - description = "Gruvbox Theme"; 2356 + changelog = "https://marketplace.visualstudio.com/items/jdinhlife.gruvbox/changelog"; 2357 + description = "A port of Gruvbox theme to VS Code editor"; 2357 2358 downloadPage = "https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox"; 2358 2359 homepage = "https://github.com/jdinhify/vscode-theme-gruvbox"; 2359 2360 license = lib.licenses.mit;