Compare commits

...

7 Commits

Author SHA1 Message Date
github-actions[bot]
401bbab874 flake.lock: Update
Flake lock file updates:

• Updated input 'mmdoc':
    'github:ryantm/mmdoc/cec02bafac9456bd1ed9b261b8d163a893885e5b?narHash=sha256-4ppYRBBY6lIqwMNYp0XA2mku1lSPyX4JaoTf%2Bgt5NDg%3D' (2022-11-21)
  → 'github:ryantm/mmdoc/b6ddf748b1d1c01ca582bb1b3dafd6bc3a4c83a6?narHash=sha256-5wa%2BJzxr%2BLygoxSZuZg0YU81jgdnx2IY/CqDIJMOgec%3D' (2024-03-17)
• Removed input 'mmdoc/nixpkgs-for-manual'
• Added input 'mmdoc/systems':
    'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e?narHash=sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768%3D' (2023-04-09)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847?narHash=sha256-eejhqkDz2cb2vc5VeaWphJz8UXNuoNoM8/Op8eWv2tQ%3D' (2022-12-30)
  → 'github:NixOS/nixpkgs/6132b0f6e344ce2fe34fc051b72fb46e34f668e0?narHash=sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY%3D' (2024-05-30)
• Updated input 'runtimeDeps':
    'github:NixOS/nixpkgs/c8d7c8a78fb516c0842cc65346506a565c88014d?narHash=sha256-6dFKqP/aCKIdpOgqgIQUrRT0NOfVc14ftNcdELa4Pu4%3D' (2024-04-27)
  → 'github:NixOS/nixpkgs/7c97b28c7d95689e2da774cd75eac60f7d790d23?narHash=sha256-4hOdCCCaD0AYx/DZS68zjW32Fu1jeGxGrR4ZuwTnWFU%3D' (2024-05-31)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/49dc4a92b02b8e68798abd99184f228243b6e3ac?narHash=sha256-N3QDhoaX%2BpaWXHbEXZapqd1r95mdshxToGowtjtYkGI%3D' (2024-04-01)
  → 'github:numtide/treefmt-nix/03b982b77df58d5974c61c6022085bafe780c1cf?narHash=sha256-Hi09/RoizxubRf3PHToT2Nm7TL8B/abSVa6q82uEgNI%3D' (2024-05-31)
2024-06-01 01:04:02 +00:00
Ryan Mulligan
3e25ce4c5f
Merge pull request #424 from nix-community/dependabot/github_actions/cachix/install-nix-action-27
build(deps): bump cachix/install-nix-action from 26 to 27
2024-05-21 21:05:38 -07:00
dependabot[bot]
f109f88bc5
build(deps): bump cachix/install-nix-action from 26 to 27
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v26...V27)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 03:52:06 +00:00
zowoq
4e1df89d08
Merge pull request #421 from nix-community/logs
move logs to nix-community domain
2024-05-14 19:37:08 +10:00
zowoq
f368b504aa
Merge pull request #422 from nix-community/readme
README: remove CI badge
2024-05-01 13:31:05 +10:00
zowoq
d19a5dde41 README: remove CI badge
switched to buildbot-nix which currently doesn't have support for badges
2024-05-01 13:28:36 +10:00
zowoq
170ee71782 move logs to nix-community domain 2024-04-28 18:38:19 +10:00
6 changed files with 32 additions and 34 deletions

View File

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26 - uses: cachix/install-nix-action@V27
with: with:
extra_nix_config: | extra_nix_config: |
accept-flake-config = true accept-flake-config = true

View File

@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v26 uses: cachix/install-nix-action@V27
with: with:
extra_nix_config: | extra_nix_config: |
experimental-features = nix-command flakes experimental-features = nix-command flakes

View File

@ -1,6 +1,5 @@
# nixpkgs-update # nixpkgs-update
[![Build Status](https://github.com/ryantm/nixpkgs-update/workflows/CI/badge.svg)](https://github.com/ryantm/nixpkgs-update/actions)
[![Patreon](https://img.shields.io/badge/patreon-donate-blue.svg)](https://www.patreon.com/nixpkgsupdate) [![Patreon](https://img.shields.io/badge/patreon-donate-blue.svg)](https://www.patreon.com/nixpkgsupdate)
Please read the [documentation](https://nix-community.github.io/nixpkgs-update/). Please read the [documentation](https://nix-community.github.io/nixpkgs-update/).

View File

@ -61,7 +61,7 @@ is made against staging.
## Logs ## Logs
[Logs from r-ryantm's runs](https://r.ryantm.com/log/) are [Logs from r-ryantm's runs](https://nixpkgs-update-logs.nix-community.org/) are
available online. There are a lot of packages `nixpkgs-update` available online. There are a lot of packages `nixpkgs-update`
currently has no hope of updating. Please dredge the logs to find out currently has no hope of updating. Please dredge the logs to find out
why your pet package is not receiving updates. why your pet package is not receiving updates.

View File

@ -12,7 +12,7 @@ Thanks for being a maintainer. Hopefully, @r-ryantm will be able to save you som
## Why is @r-ryantm not updating my package? {#no-update} ## Why is @r-ryantm not updating my package? {#no-update}
There are lots of reasons a package might not be updated. You can usually figure out which one is the issue by looking at the [logs](https://r.ryantm.com/log/) or by asking the [maintainers](#contact). There are lots of reasons a package might not be updated. You can usually figure out which one is the issue by looking at the [logs](https://nixpkgs-update-logs.nix-community.org/) or by asking the [maintainers](#contact).
### No new version information ### No new version information

View File

@ -5,14 +5,14 @@
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
"nixpkgs-for-manual": "nixpkgs-for-manual" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1669050835, "lastModified": 1710694589,
"narHash": "sha256-4ppYRBBY6lIqwMNYp0XA2mku1lSPyX4JaoTf+gt5NDg=", "narHash": "sha256-5wa+Jzxr+LygoxSZuZg0YU81jgdnx2IY/CqDIJMOgec=",
"owner": "ryantm", "owner": "ryantm",
"repo": "mmdoc", "repo": "mmdoc",
"rev": "cec02bafac9456bd1ed9b261b8d163a893885e5b", "rev": "b6ddf748b1d1c01ca582bb1b3dafd6bc3a4c83a6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1672428209, "lastModified": 1717112898,
"narHash": "sha256-eejhqkDz2cb2vc5VeaWphJz8UXNuoNoM8/Op8eWv2tQ=", "narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847", "rev": "6132b0f6e344ce2fe34fc051b72fb46e34f668e0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -35,22 +35,6 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs-for-manual": {
"locked": {
"lastModified": 1663819393,
"narHash": "sha256-SMWfyAOKRPBC95M8dhZJTlb0kHyilr2lKEAfQSHlM7I=",
"owner": "ryantm",
"repo": "nixpkgs",
"rev": "6a6caacfdd079a0fa249046514480a1c4597d861",
"type": "github"
},
"original": {
"owner": "ryantm",
"ref": "minman",
"repo": "nixpkgs",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"mmdoc": "mmdoc", "mmdoc": "mmdoc",
@ -61,11 +45,11 @@
}, },
"runtimeDeps": { "runtimeDeps": {
"locked": { "locked": {
"lastModified": 1714247354, "lastModified": 1717172628,
"narHash": "sha256-6dFKqP/aCKIdpOgqgIQUrRT0NOfVc14ftNcdELa4Pu4=", "narHash": "sha256-4hOdCCCaD0AYx/DZS68zjW32Fu1jeGxGrR4ZuwTnWFU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c8d7c8a78fb516c0842cc65346506a565c88014d", "rev": "7c97b28c7d95689e2da774cd75eac60f7d790d23",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -75,6 +59,21 @@
"type": "github" "type": "github"
} }
}, },
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": { "treefmt-nix": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -82,11 +81,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1711963903, "lastModified": 1717182148,
"narHash": "sha256-N3QDhoaX+paWXHbEXZapqd1r95mdshxToGowtjtYkGI=", "narHash": "sha256-Hi09/RoizxubRf3PHToT2Nm7TL8B/abSVa6q82uEgNI=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "49dc4a92b02b8e68798abd99184f228243b6e3ac", "rev": "03b982b77df58d5974c61c6022085bafe780c1cf",
"type": "github" "type": "github"
}, },
"original": { "original": {