Unverified Commit 81b6542a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #248842 from hacker1024/package/github-copilot-intellij-agent-1

github-copilot-intellij-agent: 1.2.8.2631 -> 1.2.18.2908
parents 54b546d1 8be0b284
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];