Skip to content

Commit ae9397e

Browse files
authored
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
2 parents 731d09b + e5f5890 commit ae9397e

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/tools/github-copilot-intellij-agent

1 file changed

+3
-3
lines changed

pkgs/development/tools/github-copilot-intellij-agent/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation rec {
44
pname = "github-copilot-intellij-agent";
5-
version = "1.2.18.2908";
5+
version = "1.4.5.4049";
66

77
src = fetchurl {
88
name = "${pname}-${version}-plugin.zip";
9-
url = "https://plugins.jetbrains.com/plugin/download?updateId=373346";
10-
hash = "sha256-ErSj4ckPSaEkOeGTRS27yFKDlj2iZfoPdjbZleSIL1s=";
9+
url = "https://plugins.jetbrains.com/plugin/download?updateId=454005";
10+
hash = "sha256-ibu3OcmtyLHuumhJQ6QipsNEIdEhvLUS7sb3xmnaR0U=";
1111
};
1212

1313
nativeBuildInputs = [ unzip ];

0 commit comments

Comments
 (0)