Skip to content

Commit

Permalink
Bump selfup to v1.1.9
Browse files Browse the repository at this point in the history
To fix broken scheduled updater. See kachick/selfup#313 for detail
  • Loading branch information
kachick committed Jan 14, 2025
1 parent 4d10b71 commit 2aaa2ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock-and-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
update-nixpkgs:
if: (github.event_name != 'pull_request') || (!github.event.pull_request.draft)
uses: kachick/selfup/.github/workflows/[email protected].8
uses: kachick/selfup/.github/workflows/[email protected].9
with:
app_id: ${{ vars.APP_ID }}
dry-run: ${{ github.event_name == 'pull_request' }}
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
selfup = {
url = "github:kachick/selfup/v1.1.7";
# https://github.com/kachick/selfup/blob/v1.1.7/flake.nix#L8
url = "github:kachick/selfup/v1.1.9";
inputs.nixpkgs.follows = "nixpkgs";
};
psfeditor = {
Expand Down
2 changes: 1 addition & 1 deletion home-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Also read <https://github.com/kachick/dotfiles/wiki/Nix-and-home-manager>
## How to get sha256 without `lib.fakeHash`?

```bash
nurl https://github.com/kachick/selfup v1.1.7
nurl https://github.com/kachick/selfup v1.1.9
nix-hash-url https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_2024.6.497-1_amd64.deb
```

Expand Down

0 comments on commit 2aaa2ff

Please sign in to comment.