about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-28 12:30:30 -0500
committerGitHub <noreply@github.com>2023-12-28 12:30:30 -0500
commitae9397e83b3c9c4358fdd8503d45fd9259a00b34 (patch)
tree11b15d3da2c648cd469522668b2049db776df58b
parent731d09b068fcce2010eb59c6437cda0af12cba37 (diff)
parente5f58901b0e058c9f019798486c9f357daedaa3b (diff)
Merge pull request #276132 from MayNiklas/github-copilot-intellij-agent-1.4.5.4049
github-copilot-intellij-agent: 1.2.18.2908 -> 1.4.5.4049
-rw-r--r--pkgs/development/tools/github-copilot-intellij-agent/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/github-copilot-intellij-agent/default.nix b/pkgs/development/tools/github-copilot-intellij-agent/default.nix
index 128095d671cb7..e6cf7744dd381 100644
--- a/pkgs/development/tools/github-copilot-intellij-agent/default.nix
+++ b/pkgs/development/tools/github-copilot-intellij-agent/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "github-copilot-intellij-agent";
-  version = "1.2.18.2908";
+  version = "1.4.5.4049";
 
   src = fetchurl {
     name = "${pname}-${version}-plugin.zip";
-    url = "https://plugins.jetbrains.com/plugin/download?updateId=373346";
-    hash = "sha256-ErSj4ckPSaEkOeGTRS27yFKDlj2iZfoPdjbZleSIL1s=";
+    url = "https://plugins.jetbrains.com/plugin/download?updateId=454005";
+    hash = "sha256-ibu3OcmtyLHuumhJQ6QipsNEIdEhvLUS7sb3xmnaR0U=";
   };
 
   nativeBuildInputs = [ unzip ];