Unverified Commit c1f6ec9b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

gh-copilot: 1.0.6 -> 1.1.0 (#382331)

parents 293c4285 8b74af8d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -10,26 +10,26 @@ let
  systemToPlatform = {
    "x86_64-linux" = {
      name = "linux-amd64";
      hash = "sha256-HDyPQ7/suk6LA6mchwE+LHcO1+9aB7o+60lX6OKFLGQ=";
      hash = "sha256-KIiwIv0VzJf0GVkuDsevEah48hv4VybLuBhy4dJvggo=";
    };
    "aarch64-linux" = {
      name = "linux-arm64";
      hash = "sha256-IfAfduUMAQ53oi2ZgRxc825oMyX6PvATkQpvxmFjMHo=";
      hash = "sha256-hNXDIB7r3Hdo7g2pPZKAYYrOaBJmAq7UKc+ZnRnVeoA=";
    };
    "x86_64-darwin" = {
      name = "darwin-amd64";
      hash = "sha256-I4EG6T//+YFLOlQMpW1ERpBzR/882lXMPqpO7em/QJY=";
      hash = "sha256-1tN734huSBzke8j8H/dyFS90LsWGFuGtLdYdrLbGeOs=";
    };
    "aarch64-darwin" = {
      name = "darwin-arm64";
      hash = "sha256-QtHCvTgfrQilIbd3S3/zkyBLccukGfFckCrZPCIMNMg=";
      hash = "sha256-lGhgND1E4jWZmoAaPXcxNlew9eqWOrMHAYVnpFnqeio=";
    };
  };
  platform = systemToPlatform.${system} or throwSystem;
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gh-copilot";
  version = "1.0.6";
  version = "1.1.0";

  src = fetchurl {
    name = "gh-copilot";