flake.lock: Update #218

Merged
DarkKirb merged 1 commit from update_flake_lock_action into main 2023-04-04 13:29:18 +00:00
DarkKirb commented 2023-04-03 07:54:33 +00:00 (Migrated from github.com)

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/ddd8866c0306c48f465e7f48432e6f1ecd1da7f8' (2023-04-01)
  → 'github:nix-community/home-manager/eefb37938639739251acd4bb68ecdaf7de2a13b5' (2023-04-03)
• Updated input 'home-manager/utils':
    'github:numtide/flake-utils/3db36a8b464d0c4532ba1c7dda728f4576d6d073' (2023-02-13)
  → 'github:numtide/flake-utils/93a2b84fc4b70d9e089d029deacc3583435c2ed6' (2023-03-15)
• Updated input 'hosts-list':
    'github:StevenBlack/hosts/4f140bed91c314fef10d8aacabdb426c5dc610fe' (2023-03-30)
  → 'github:StevenBlack/hosts/ca6044af068c3237279db6efe5d65af4dbe8b34a' (2023-04-03)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8fa251f6d5cd4c3b73910701a8f9d2d02a5e57b3' (2023-04-02)
  → 'github:NixOS/nixpkgs/e335068979193bb0557ac4c1c052d117f8215c3f' (2023-04-04)
• Updated input 'nur':
    'github:nix-community/NUR/93f145ae12e4dcb8617763c1cacb6917ddede744' (2023-04-02)
  → 'github:nix-community/NUR/b34f9bde6cbcb5d50e638d08e7d3f9ed7b88340b' (2023-04-04)
• Updated input 'prismmc':
    'github:PrismLauncher/PrismLauncher/bc1a7d2890cc4b1915c53c508bfc8508116c0b5f' (2023-04-02)
  → 'github:PrismLauncher/PrismLauncher/0a9081cb878044ec70f40f46082a23c5e821b101' (2023-04-02)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/9b8632040df6f2218fd01bf79c0589379ac39584' (2023-04-02)
  → 'github:oxalica/rust-overlay/7ec2ff598a172c6e8584457167575b3a1a5d80d8' (2023-04-03)
• Updated input 'tomlplusplus':
    'github:marzer/tomlplusplus/7eb2ffcc09f8e9890dc0b77ff8ab00fc53b1f2b8' (2023-02-07)
  → 'github:marzer/tomlplusplus/ad55bae8a11a6eee39e2292b01e95b529b105767' (2023-04-03)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/ddd8866c0306c48f465e7f48432e6f1ecd1da7f8' (2023-04-01) → 'github:nix-community/home-manager/eefb37938639739251acd4bb68ecdaf7de2a13b5' (2023-04-03) • Updated input 'home-manager/utils': 'github:numtide/flake-utils/3db36a8b464d0c4532ba1c7dda728f4576d6d073' (2023-02-13) → 'github:numtide/flake-utils/93a2b84fc4b70d9e089d029deacc3583435c2ed6' (2023-03-15) • Updated input 'hosts-list': 'github:StevenBlack/hosts/4f140bed91c314fef10d8aacabdb426c5dc610fe' (2023-03-30) → 'github:StevenBlack/hosts/ca6044af068c3237279db6efe5d65af4dbe8b34a' (2023-04-03) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/8fa251f6d5cd4c3b73910701a8f9d2d02a5e57b3' (2023-04-02) → 'github:NixOS/nixpkgs/e335068979193bb0557ac4c1c052d117f8215c3f' (2023-04-04) • Updated input 'nur': 'github:nix-community/NUR/93f145ae12e4dcb8617763c1cacb6917ddede744' (2023-04-02) → 'github:nix-community/NUR/b34f9bde6cbcb5d50e638d08e7d3f9ed7b88340b' (2023-04-04) • Updated input 'prismmc': 'github:PrismLauncher/PrismLauncher/bc1a7d2890cc4b1915c53c508bfc8508116c0b5f' (2023-04-02) → 'github:PrismLauncher/PrismLauncher/0a9081cb878044ec70f40f46082a23c5e821b101' (2023-04-02) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9b8632040df6f2218fd01bf79c0589379ac39584' (2023-04-02) → 'github:oxalica/rust-overlay/7ec2ff598a172c6e8584457167575b3a1a5d80d8' (2023-04-03) • Updated input 'tomlplusplus': 'github:marzer/tomlplusplus/7eb2ffcc09f8e9890dc0b77ff8ab00fc53b1f2b8' (2023-02-07) → 'github:marzer/tomlplusplus/ad55bae8a11a6eee39e2292b01e95b529b105767' (2023-04-03) ``` ### Running GitHub Actions on this PR GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action. To run GitHub Actions workflows on this PR, run: ```sh git branch -D update_flake_lock_action git fetch origin git checkout update_flake_lock_action git commit --amend --no-edit git push origin update_flake_lock_action --force ```
github-actions[bot] commented 2023-04-03 09:03:46 +00:00 (Migrated from github.com)

Difference between this PR and main:

Changes for nixos-8gb-fsn1-1.x86_64-linux:

New packages

Old packages

Updated packages
fzf: [0.38.0] -> [0.39.0] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: )

Changes for nutty-noon.x86_64-linux:

New packages

Old packages

Updated packages
esbuild: [0.17.14] -> [0.17.15] (common: )
fzf: [0.38.0] -> [0.39.0] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: )

Changes for thinkrac.x86_64-linux:

New packages

Old packages

Updated packages
esbuild: [0.17.14] -> [0.17.15] (common: )
fzf: [0.38.0] -> [0.39.0] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: )

Changes for nas.x86_64-linux:

New packages

Old packages

Updated packages
fzf: [] -> [0.39.0] (common: 0.38.0)
ipxe: [unstable-2023-03-15] -> [unstable-2023-03-30] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: 23.05.20230319.c9ca977)

Changes for instance-20221213-1915.aarch64-linux:

New packages

Old packages

Updated packages
fzf: [0.38.0] -> [0.39.0] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: )

Changes for devterm.aarch64-linux:

New packages

Old packages

Updated packages
esbuild: [0.17.14] -> [0.17.15] (common: )
fzf: [0.38.0] -> [0.39.0] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: )
Difference between this PR and main: ## Changes for nixos-8gb-fsn1-1.x86_64-linux: ``` New packages Old packages Updated packages fzf: [0.38.0] -> [0.39.0] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: ) ``` ## Changes for nutty-noon.x86_64-linux: ``` New packages Old packages Updated packages esbuild: [0.17.14] -> [0.17.15] (common: ) fzf: [0.38.0] -> [0.39.0] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: ) ``` ## Changes for thinkrac.x86_64-linux: ``` New packages Old packages Updated packages esbuild: [0.17.14] -> [0.17.15] (common: ) fzf: [0.38.0] -> [0.39.0] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: ) ``` ## Changes for nas.x86_64-linux: ``` New packages Old packages Updated packages fzf: [] -> [0.39.0] (common: 0.38.0) ipxe: [unstable-2023-03-15] -> [unstable-2023-03-30] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: 23.05.20230319.c9ca977) ``` ## Changes for instance-20221213-1915.aarch64-linux: ``` New packages Old packages Updated packages fzf: [0.38.0] -> [0.39.0] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: ) ``` ## Changes for devterm.aarch64-linux: ``` New packages Old packages Updated packages esbuild: [0.17.14] -> [0.17.15] (common: ) fzf: [0.38.0] -> [0.39.0] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230403.6264caf] (common: ) ```
github-actions[bot] commented 2023-04-04 08:44:15 +00:00 (Migrated from github.com)

Difference between this PR and main:

Changes for nixos-8gb-fsn1-1.x86_64-linux:

New packages
dash: 0.5.12
flake8: 6.0.0
mccabe: 0.7.0
pycodestyle: 2.10.0
pyflakes: 3.0.1
tomli-w: 1.0.0

Old packages

Updated packages
fzf: [0.38.0] -> [0.39.0] (common: )
helix: [22.12] -> [23.03] (common: )
imagemagick: [7.1.1-5] -> [7.1.1-6] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: )

Changes for nutty-noon.x86_64-linux:

New packages

Old packages

Updated packages
esbuild: [0.17.14] -> [0.17.15] (common: )
fzf: [0.38.0] -> [0.39.0] (common: )
helix: [22.12] -> [23.03] (common: )
imagemagick: [7.1.1-5] -> [7.1.1-6] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: )
wine-wow: [8.3] -> [8.5] (common: )
xwayland: [22.1.8] -> [23.1.1] (common: )

Changes for thinkrac.x86_64-linux:

New packages

Old packages

Updated packages
esbuild: [0.17.14] -> [0.17.15] (common: )
fzf: [0.38.0] -> [0.39.0] (common: )
helix: [22.12] -> [23.03] (common: )
imagemagick: [7.1.1-5] -> [7.1.1-6] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: )
wine-wow: [8.3] -> [8.5] (common: )
xwayland: [22.1.8] -> [23.1.1] (common: )

Changes for nas.x86_64-linux:

New packages
dash: 0.5.12
flake8: 6.0.0
mccabe: 0.7.0
pycodestyle: 2.10.0

Old packages

Updated packages
fzf: [] -> [0.39.0] (common: 0.38.0)
helix: [] -> [23.03] (common: 22.12)
ipxe: [unstable-2023-03-15] -> [unstable-2023-03-30] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: 23.05.20230319.c9ca977)
phonenumbers: [8.13.6] -> [8.13.7] (common: )

Changes for instance-20221213-1915.aarch64-linux:

New packages
dash: 0.5.12
flake8: 6.0.0
mccabe: 0.7.0
pycodestyle: 2.10.0
pyflakes: 3.0.1
tomli-w: 1.0.0

Old packages

Updated packages
fzf: [0.38.0] -> [0.39.0] (common: )
helix: [22.12] -> [23.03] (common: )
imagemagick: [7.1.1-5] -> [7.1.1-6] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: )

Changes for devterm.aarch64-linux:

New packages

Old packages

Updated packages
esbuild: [0.17.14] -> [0.17.15] (common: )
fzf: [0.38.0] -> [0.39.0] (common: )
helix: [22.12] -> [23.03] (common: )
imagemagick: [7.1.1-5] -> [7.1.1-6] (common: )
nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: )
wine-wow: [8.3] -> [8.5] (common: )
xwayland: [22.1.8] -> [23.1.1] (common: )
Difference between this PR and main: ## Changes for nixos-8gb-fsn1-1.x86_64-linux: ``` New packages dash: 0.5.12 flake8: 6.0.0 mccabe: 0.7.0 pycodestyle: 2.10.0 pyflakes: 3.0.1 tomli-w: 1.0.0 Old packages Updated packages fzf: [0.38.0] -> [0.39.0] (common: ) helix: [22.12] -> [23.03] (common: ) imagemagick: [7.1.1-5] -> [7.1.1-6] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: ) ``` ## Changes for nutty-noon.x86_64-linux: ``` New packages Old packages Updated packages esbuild: [0.17.14] -> [0.17.15] (common: ) fzf: [0.38.0] -> [0.39.0] (common: ) helix: [22.12] -> [23.03] (common: ) imagemagick: [7.1.1-5] -> [7.1.1-6] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: ) wine-wow: [8.3] -> [8.5] (common: ) xwayland: [22.1.8] -> [23.1.1] (common: ) ``` ## Changes for thinkrac.x86_64-linux: ``` New packages Old packages Updated packages esbuild: [0.17.14] -> [0.17.15] (common: ) fzf: [0.38.0] -> [0.39.0] (common: ) helix: [22.12] -> [23.03] (common: ) imagemagick: [7.1.1-5] -> [7.1.1-6] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: ) wine-wow: [8.3] -> [8.5] (common: ) xwayland: [22.1.8] -> [23.1.1] (common: ) ``` ## Changes for nas.x86_64-linux: ``` New packages dash: 0.5.12 flake8: 6.0.0 mccabe: 0.7.0 pycodestyle: 2.10.0 Old packages Updated packages fzf: [] -> [0.39.0] (common: 0.38.0) helix: [] -> [23.03] (common: 22.12) ipxe: [unstable-2023-03-15] -> [unstable-2023-03-30] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: 23.05.20230319.c9ca977) phonenumbers: [8.13.6] -> [8.13.7] (common: ) ``` ## Changes for instance-20221213-1915.aarch64-linux: ``` New packages dash: 0.5.12 flake8: 6.0.0 mccabe: 0.7.0 pycodestyle: 2.10.0 pyflakes: 3.0.1 tomli-w: 1.0.0 Old packages Updated packages fzf: [0.38.0] -> [0.39.0] (common: ) helix: [22.12] -> [23.03] (common: ) imagemagick: [7.1.1-5] -> [7.1.1-6] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: ) ``` ## Changes for devterm.aarch64-linux: ``` New packages Old packages Updated packages esbuild: [0.17.14] -> [0.17.15] (common: ) fzf: [0.38.0] -> [0.39.0] (common: ) helix: [22.12] -> [23.03] (common: ) imagemagick: [7.1.1-5] -> [7.1.1-6] (common: ) nixos-version: [23.05.20230402.8fa251f] -> [23.05.20230404.e335068] (common: ) wine-wow: [8.3] -> [8.5] (common: ) xwayland: [22.1.8] -> [23.1.1] (common: ) ```
Sign in to join this conversation.
No description provided.