home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7da30d109908c2761d8e3767eafafcb1c13f2be9
parent c8d0ca6dce2ce06a711767d977466c2f408d68a6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 26 Nov 2018 10:37:44 +0100

vscode: update material-theme to 2.6.1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/vscode.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/profiles/vscode.nix b/modules/profiles/vscode.nix @@ -27,8 +27,8 @@ in { name = "vsc-material-theme"; publisher = "Equinusocio"; - version = "2.5.1"; - sha256 = "1qr7zk3qjsp98346r642k54s6jny8fkanac99v3aa7i2k6idpm6g"; + version = "2.6.1"; + sha256 = "0985ybx1ad5qn4m2fykxfj5br409w5mjc4i3ai8z3i3nkchkny28"; } { name = "material-icon-theme";