github-copilot-intellij-agent: 1.2.18.2908 -> 1.4.5.4049
This commit is contained in:
parent
acde5fd027
commit
e5f58901b0
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "github-copilot-intellij-agent";
|
pname = "github-copilot-intellij-agent";
|
||||||
version = "1.2.18.2908";
|
version = "1.4.5.4049";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
name = "${pname}-${version}-plugin.zip";
|
name = "${pname}-${version}-plugin.zip";
|
||||||
url = "https://plugins.jetbrains.com/plugin/download?updateId=373346";
|
url = "https://plugins.jetbrains.com/plugin/download?updateId=454005";
|
||||||
hash = "sha256-ErSj4ckPSaEkOeGTRS27yFKDlj2iZfoPdjbZleSIL1s=";
|
hash = "sha256-ibu3OcmtyLHuumhJQ6QipsNEIdEhvLUS7sb3xmnaR0U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
|
Loading…
Reference in a new issue