Skip to content

Commit efaf9e2

Browse files
committed
updates from izaac/nix-packages and copilot
1 parent 4a50de2 commit efaf9e2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

overlays/copilot-fix.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# To update: bump version + run `nix build` to get the new hash from the error.
44
_final: prev: {
55
github-copilot-cli = prev.github-copilot-cli.overrideAttrs (_old: {
6-
version = "1.0.39";
6+
version = "1.0.40";
77
src = prev.fetchurl {
8-
url = "https://github.com/github/copilot-cli/releases/download/v1.0.39/copilot-linux-x64.tar.gz";
9-
hash = "sha256-Zt3qZhKlYhrcc01uos4VDLhWgqPjLwi/kGlfwpN0YWo=";
8+
url = "https://github.com/github/copilot-cli/releases/download/v1.0.40/copilot-linux-x64.tar.gz";
9+
hash = "sha256-ETlF92PA96vJX3oEBeQpxYV6oKhCK0EwAEiy35kGzPY=";
1010
};
1111
});
1212
}

0 commit comments

Comments
 (0)