summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2019-11-21 13:23:08 +0100
committerLassulus <github@lassul.us>2019-12-07 22:29:43 +0100
commit7b3cf4c4e3bf78800e4e7c8e52a865db56d0310e (patch)
treee404d48de4a98d72b3936378098ab025e6e4d20d
parentfdefc23f7d8b2660483ad0be132a10c6d4a92df2 (diff)
vscodium: 1.40.0 -> 1.40.1
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index b8010cab181a..2ecb979ac4bc 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -11,8 +11,8 @@ let
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
sha256 = {
- x86_64-linux = "0yi1ghliivhb50153dvv9q5gbbgh2dd1m3xrl1i097b3phrzb0j4";
- x86_64-darwin = "1slf4h8yhhzlr6cm839y3zx7k831zl24xasi88z6xvib32rh9qxs";
+ x86_64-linux = "01mblkwq3qnj70rwizv408x6sc0jg4wav44p9z3cmzcf9prpm2gs";
+ x86_64-darwin = "1lvh735vddz65l1ahbl66k04rck36lpvp1n3z3hrk0mjn451ga6v";
}.${system};
sourceRoot = {
@@ -23,7 +23,7 @@ in
callPackage ./generic.nix rec {
inherit sourceRoot;
- version = "1.40.0";
+ version = "1.40.1";
pname = "vscodium";
executableName = "codium";