Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uhk-agent: 4.1.0 -> 5.0.2 #322940

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/UltimateHackingKeyboard/agent/releases.

meta.description for uhk-agent is: Agent is the configuration application of the Ultimate Hacking Keyboard

meta.homepage for uhk-agent is: https://github.com/UltimateHackingKeyboard/agent

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 4.2.0 with grep in /nix/store/hb0hkvh09hn858sjyk9pfy2lgz08sq1z-uhk-agent-4.2.0
  • found 4.2.0 in filename of file in /nix/store/hb0hkvh09hn858sjyk9pfy2lgz08sq1z-uhk-agent-4.2.0

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

uhk-agent
uhk-udev-rules
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/hb0hkvh09hn858sjyk9pfy2lgz08sq1z-uhk-agent-4.2.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A uhk-agent https://github.com/r-ryantm/nixpkgs/archive/bc954c0ca511a101ecffa577af3f95b897efb026.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/bc954c0ca511a101ecffa577af3f95b897efb026#uhk-agent

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/hb0hkvh09hn858sjyk9pfy2lgz08sq1z-uhk-agent-4.2.0
ls -la /nix/store/hb0hkvh09hn858sjyk9pfy2lgz08sq1z-uhk-agent-4.2.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

2 packages built:
  • uhk-agent
  • uhk-udev-rules

Maintainer pings

cc @ngiger @NickCao for testing.

@ofborg ofborg bot requested a review from NickCao June 27, 2024 15:55
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Jun 27, 2024
@NickCao
Copy link
Member

NickCao commented Jun 27, 2024

Looks like the issue in UltimateHackingKeyboard/agent#1585 (comment) is back.

@wegank wegank marked this pull request as draft July 3, 2024 08:53
@NickCao NickCao mentioned this pull request Oct 9, 2024
13 tasks
@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Nov 9, 2024
@r-ryantm r-ryantm changed the title uhk-agent: 4.1.0 -> 4.2.0 uhk-agent: 4.1.0 -> 4.2.1 Nov 26, 2024
@r-ryantm r-ryantm force-pushed the auto-update/uhk-agent branch from bc954c0 to 0625763 Compare November 26, 2024 18:18
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/UltimateHackingKeyboard/agent/releases.

meta.description for uhk-agent is: Agent is the configuration application of the Ultimate Hacking Keyboard

meta.homepage for uhk-agent is: https://github.com/UltimateHackingKeyboard/agent

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 4.2.1 with grep in /nix/store/9a24ki2jlyh2q9lf3l7qxn7miay4r70i-uhk-agent-4.2.1
  • found 4.2.1 in filename of file in /nix/store/9a24ki2jlyh2q9lf3l7qxn7miay4r70i-uhk-agent-4.2.1

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

uhk-agent
uhk-udev-rules
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/9a24ki2jlyh2q9lf3l7qxn7miay4r70i-uhk-agent-4.2.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A uhk-agent https://github.com/r-ryantm/nixpkgs/archive/062576390941fc6b9318b5e1e9ca4355d63345c6.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/062576390941fc6b9318b5e1e9ca4355d63345c6#uhk-agent

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/9a24ki2jlyh2q9lf3l7qxn7miay4r70i-uhk-agent-4.2.1
ls -la /nix/store/9a24ki2jlyh2q9lf3l7qxn7miay4r70i-uhk-agent-4.2.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 2 packages built:
  • uhk-agent
  • uhk-udev-rules

Maintainer pings

cc @ngiger @NickCao for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@ofborg ofborg bot added 10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 and removed 2.status: merge conflict This PR has merge conflicts with the target branch 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin labels Nov 27, 2024
@r-ryantm r-ryantm changed the title uhk-agent: 4.1.0 -> 4.2.1 uhk-agent: 4.1.0 -> 5.0.1 Jan 2, 2025
@r-ryantm r-ryantm force-pushed the auto-update/uhk-agent branch from 0625763 to 4635ce6 Compare January 2, 2025 04:40
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Jan 2, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/UltimateHackingKeyboard/agent/releases.

meta.description for uhk-agent is: Agent is the configuration application of the Ultimate Hacking Keyboard

meta.homepage for uhk-agent is: https://github.com/UltimateHackingKeyboard/agent

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 5.0.1 with grep in /nix/store/hzl78gdx4xgxmy19z4x6qix8wid5zkna-uhk-agent-5.0.1
  • found 5.0.1 in filename of file in /nix/store/hzl78gdx4xgxmy19z4x6qix8wid5zkna-uhk-agent-5.0.1

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

uhk-agent
uhk-udev-rules
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/hzl78gdx4xgxmy19z4x6qix8wid5zkna-uhk-agent-5.0.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A uhk-agent https://github.com/r-ryantm/nixpkgs/archive/4635ce6305c3803901f1aecc7ac17cc2e35139bb.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/4635ce6305c3803901f1aecc7ac17cc2e35139bb#uhk-agent

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/hzl78gdx4xgxmy19z4x6qix8wid5zkna-uhk-agent-5.0.1
ls -la /nix/store/hzl78gdx4xgxmy19z4x6qix8wid5zkna-uhk-agent-5.0.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 2 packages built:
  • uhk-agent
  • uhk-udev-rules

Maintainer pings

cc @ngiger @NickCao for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title uhk-agent: 4.1.0 -> 5.0.1 uhk-agent: 4.1.0 -> 5.0.2 Jan 13, 2025
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/UltimateHackingKeyboard/agent/releases.

meta.description for uhk-agent is: Agent is the configuration application of the Ultimate Hacking Keyboard

meta.homepage for uhk-agent is: https://github.com/UltimateHackingKeyboard/agent

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 5.0.2 with grep in /nix/store/xv1sb53a8n6d1mwvgpq8in8gfl9b68ig-uhk-agent-5.0.2
  • found 5.0.2 in filename of file in /nix/store/xv1sb53a8n6d1mwvgpq8in8gfl9b68ig-uhk-agent-5.0.2

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

uhk-agent
uhk-udev-rules
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/xv1sb53a8n6d1mwvgpq8in8gfl9b68ig-uhk-agent-5.0.2 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A uhk-agent https://github.com/r-ryantm/nixpkgs/archive/852feb4c34269a457fb5b18726ec06aba9c2ca67.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/852feb4c34269a457fb5b18726ec06aba9c2ca67#uhk-agent

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/xv1sb53a8n6d1mwvgpq8in8gfl9b68ig-uhk-agent-5.0.2
ls -la /nix/store/xv1sb53a8n6d1mwvgpq8in8gfl9b68ig-uhk-agent-5.0.2/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 2 packages built:
  • uhk-agent
  • uhk-udev-rules

Maintainer pings

cc @ngiger @NickCao for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm force-pushed the auto-update/uhk-agent branch from 4635ce6 to 852feb4 Compare January 13, 2025 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants