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

This commit is contained in:
Pol Dellaiera 2025-02-15 19:43:05 +01:00 committed by GitHub
commit c1f6ec9bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";