github-copilot-intellij-agent: 1.2.8.2631 -> 1.2.18.2908

This commit is contained in:
hacker1024 2023-08-13 05:59:28 +00:00 committed by GitHub
parent 8145577d80
commit 8be0b28486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "github-copilot-intellij-agent";
version = "1.2.8.2631";
version = "1.2.18.2908";
src = fetchurl {
name = "${pname}-${version}-plugin.zip";
url = "https://plugins.jetbrains.com/plugin/download?updateId=341846";
hash = "sha256-0nnSMdx9Vb2WyNHreOJMP15K1+AII/kCEAOiFK5Mhik=";
url = "https://plugins.jetbrains.com/plugin/download?updateId=373346";
hash = "sha256-ErSj4ckPSaEkOeGTRS27yFKDlj2iZfoPdjbZleSIL1s=";
};
nativeBuildInputs = [ unzip ];