From ff0595332eb41241957ab6b12a0db14550a7c9cb Mon Sep 17 00:00:00 2001 From: Jean-Francois Labonte Date: Wed, 12 Feb 2025 11:44:04 -0500 Subject: [PATCH 1/3] vscode: 1.97.0 -> 1.97.1 --- pkgs/applications/editors/vscode/vscode.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix index 8f8948429251..a82406dd1e6d 100644 --- a/pkgs/applications/editors/vscode/vscode.nix +++ b/pkgs/applications/editors/vscode/vscode.nix @@ -36,22 +36,22 @@ let sha256 = { - x86_64-linux = "0a4siy3is9bzbzmhhaf4l2djabv1yxjb20yp48i094wk0lpwbgcm"; - x86_64-darwin = "1pdx07ibylfk8zx71cjfjmsd8650kpd8rvkknixg1nm1jar9zsb3"; - aarch64-linux = "0x2qg7ixgkq637qvd218zk8ykfq97l55az17fqgp9dm9g73xn85f"; - aarch64-darwin = "0jlfkkc99wv875n2h5v3lnyhjhh74w53yd07jp02fbg4hs8sds92"; - armv7l-linux = "13a7s1il860g7v41wwdac3zdawc9w0bkrg9yif99s5ll0nakfs88"; + x86_64-linux = "0gr2z4vzms6fv4kcc8dzc7l3inpb5hasnzdfr1zc2n4i3nl8z8vw"; + x86_64-darwin = "1qplpjazjds5kns0kmp5qa6zfix30cqa93bl4bcpvblb2x9fh1v8"; + aarch64-linux = "1jhrmwrnxzwvhqgfrs35kyd5hhg2b7dyq3p5k88jhm8607nkds79"; + aarch64-darwin = "072lg4nvq3cdjzrwngaxnz9p952zkxsknsb39zjh55vzrij55g9x"; + armv7l-linux = "06bvh72bq4ippr2k8ifcfqhkhhh6na4vxsz1k50swr1k2kzwwr5d"; } .${system} or throwSystem; in callPackage ./generic.nix rec { # Please backport all compatible updates to the stable release. # This is important for the extension ecosystem. - version = "1.97.0"; + version = "1.97.1"; pname = "vscode" + lib.optionalString isInsiders "-insiders"; # This is used for VS Code - Remote SSH test - rev = "33fc5a94a3f99ebe7087e8fe79fbe1d37a251016"; + rev = "e249dada235c2083c83813bd65b7f4707fb97b76"; executableName = "code" + lib.optionalString isInsiders "-insiders"; longName = "Visual Studio Code" + lib.optionalString isInsiders " - Insiders"; @@ -75,7 +75,7 @@ callPackage ./generic.nix rec { src = fetchurl { name = "vscode-server-${rev}.tar.gz"; url = "https://update.code.visualstudio.com/commit:${rev}/server-linux-x64/stable"; - sha256 = "1vqqrcyrb8kigdwap5rkpil8lrahngix16hyqpvsmf0gsyjh46h0"; + sha256 = "01snzahh794ygpgwh4r57c8mnisp6a4fc3v5x76cdhxw2hd9s26n"; }; stdenv = stdenvNoCC; }; From 4b4a93752a560491d573236e249c6381d2f77433 Mon Sep 17 00:00:00 2001 From: Jean-Francois Labonte Date: Wed, 12 Feb 2025 12:00:39 -0500 Subject: [PATCH 2/3] maintainers: update jefflabonte details --- maintainers/maintainer-list.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 44e4b1111ed0..34c4d3253ef0 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -10752,7 +10752,7 @@ name = "Jeffrey David Johnson"; }; jefflabonte = { - email = "grimsleepless@protonmail.com"; + email = "jean-francois.labonte@brightonlabs.ai"; github = "JeffLabonte"; githubId = 9425955; name = "Jean-François Labonté"; From 6efa0791551dab3dc540045b71d58bc81ae06f22 Mon Sep 17 00:00:00 2001 From: Jean-Francois Labonte Date: Wed, 12 Feb 2025 12:01:16 -0500 Subject: [PATCH 3/3] vscode: Add jefflabonte to maintainers --- pkgs/applications/editors/vscode/vscode.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix index a82406dd1e6d..d002b3a0c34d 100644 --- a/pkgs/applications/editors/vscode/vscode.nix +++ b/pkgs/applications/editors/vscode/vscode.nix @@ -110,6 +110,7 @@ callPackage ./generic.nix rec { synthetica bobby285271 johnrtitor + jefflabonte ]; platforms = [ "x86_64-linux"