Skip to content

Commit ad4b7b5

Browse files
chore(deps): update dependency x-motemen/ghq to v1.10.1
1 parent a400df0 commit ad4b7b5

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
|[gh-triage](https://github.com/k1LoW/gh-triage)|v0.11.0|`gh-triage` is a tool that helps you manage and triage GitHub issues and pull requests through unread notifications.|
2323
|[ghalint](https://github.com/suzuki-shunsuke/ghalint)|v1.5.5|GitHub Actions linter.|
2424
|[ghatm](https://github.com/suzuki-shunsuke/ghatm)|v1.0.0|Set timeout-minutes to all GitHub Actions jobs.|
25-
|[ghq](https://github.com/x-motemen/ghq)|v1.8.1|Remote repository management made easy.|
25+
|[ghq](https://github.com/x-motemen/ghq)|v1.10.1|Remote repository management made easy.|
2626
|[git-wt](https://github.com/k1LoW/git-wt)|v0.26.2|A Git subcommand that makes `git worktree` simple.|
2727
|[gitlab-ci-ls](https://github.com/alesbrelih/gitlab-ci-ls)|v1.2.4|Language server for Gitlab CI.|
2828
|[gitlab-ci-verify](https://github.com/timo-reymann/gitlab-ci-verify)|v2.8.0|Validate and lint your gitlab ci files using ShellCheck, the Gitlab API, curated checks or even build your own checks .|

_sources/generated.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@
235235
"name": null,
236236
"owner": "x-motemen",
237237
"repo": "ghq",
238-
"rev": "v1.8.1",
239-
"sha256": "sha256-Iw8hu2QtnRgRbSTqtIPDmKbx5FcE2j68VfzP4egbZgY=",
238+
"rev": "v1.10.1",
239+
"sha256": "sha256-SmcgBwd5k/lAv9bwYRpkIM0fil2ajSlT8zznP7bgpDk=",
240240
"sparseCheckout": [],
241241
"type": "github"
242242
},
243-
"version": "v1.8.1"
243+
"version": "v1.10.1"
244244
},
245245
"git-wt": {
246246
"cargoLock": null,

_sources/generated.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@
125125
};
126126
ghq = {
127127
pname = "ghq";
128-
version = "v1.8.1";
128+
version = "v1.10.1";
129129
src = fetchFromGitHub {
130130
owner = "x-motemen";
131131
repo = "ghq";
132-
rev = "v1.8.1";
132+
rev = "v1.10.1";
133133
fetchSubmodules = false;
134-
sha256 = "sha256-Iw8hu2QtnRgRbSTqtIPDmKbx5FcE2j68VfzP4egbZgY=";
134+
sha256 = "sha256-SmcgBwd5k/lAv9bwYRpkIM0fil2ajSlT8zznP7bgpDk=";
135135
};
136136
};
137137
git-wt = {

nvfetcher.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ src.manual = "v1.0.0"
4848

4949
[ghq]
5050
fetch.github = "x-motemen/ghq"
51-
src.manual = "v1.8.1"
51+
src.manual = "v1.10.1"
5252

5353
[git-wt]
5454
fetch.github = "k1LoW/git-wt"

0 commit comments

Comments
 (0)