about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 18:52:02 -0300
committerGitHub <noreply@github.com>2023-03-30 18:52:02 -0300
commitc93c3c682c3921f2b48d9f45e9f3b9934880ba9b (patch)
tree9ccd578502d0786d60fdb395b21cb248530794f4 /pkgs/applications
parent2c47f4dae77b8b7bfe2c00c132d18869b13cfeb1 (diff)
parentee5fe4a9c83825f66240aa624dcb5ea43b2a76a5 (diff)
Merge pull request #223943 from austinbutler/revert-vscode-pulls-stable
vscode-extensions.github.vscode-pull-request-github: switch to stable version
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index 4b917a1169619..44fb209b2beaf 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1276,8 +1276,13 @@ let
         mktplcRef = {
           name = "vscode-pull-request-github";
           publisher = "github";
-          version = "0.61.2023032418";
-          sha256 = "sha256-pCFq0lAMH3fno4/BtHJHhS4hX1KqxsPf4wEmAm66Y8E=";
+          # Stable versions are listed on the GitHub releases page and use a
+          # semver scheme, contrary to preview versions which are listed on
+          # the VSCode Marketplace and use a calver scheme. We should avoid
+          # using preview versions, because they can require insider versions
+          # of VS Code
+          version = "0.60.0";
+          sha256 = "sha256-VAoKNRYrzUXUQSDAX8NM17aknCUxMRsTRd5adQu+w/s=";
         };
         meta = { license = lib.licenses.mit; };
       };