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

urh: 2.7.3 -> 2.8.0 #69979

Merged
merged 2 commits into from Nov 12, 2019
Merged

urh: 2.7.3 -> 2.8.0 #69979

merged 2 commits into from Nov 12, 2019

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/urh/versions.

meta.description for urh is: '"Universal Radio Hacker: investigate wireless protocols like a boss"'.

meta.homepage for urh is: '"https://github.com/jopohl/urh"

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

3 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
urh

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/0alj5z3q7hd7y4y860pap2pvd8gg7z62-urh-2.7.5 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A urh https://github.com/r-ryantm/nixpkgs/archive/c5676fa70179560aa25804dc21ea83b92c072927.tar.gz

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

ls -la /nix/store/0alj5z3q7hd7y4y860pap2pvd8gg7z62-urh-2.7.5
ls -la /nix/store/0alj5z3q7hd7y4y860pap2pvd8gg7z62-urh-2.7.5/bin

cc @fpletz for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
@markuskowa
Copy link
Member

Does not run for me:

Traceback (most recent call last):
  File "/nix/store/0alj5z3q7hd7y4y860pap2pvd8gg7z62-urh-2.7.5/bin/.urh-wrapped", line 11, in <module>
    sys.exit(main())
  File "/nix/store/0alj5z3q7hd7y4y860pap2pvd8gg7z62-urh-2.7.5/lib/python3.7/site-packages/urh/main.py", line 100, in main
    from urh.controller.MainController import MainController
  File "/nix/store/0alj5z3q7hd7y4y860pap2pvd8gg7z62-urh-2.7.5/lib/python3.7/site-packages/urh/controller/MainController.py", line 15, in <module>
    from urh.controller.dialogs.OptionsDialog import OptionsDialog
  File "/nix/store/0alj5z3q7hd7y4y860pap2pvd8gg7z62-urh-2.7.5/lib/python3.7/site-packages/urh/controller/dialogs/OptionsDialog.py", line 15, in <module>
    from urh.dev.native import ExtensionHelper
  File "/nix/store/0alj5z3q7hd7y4y860pap2pvd8gg7z62-urh-2.7.5/lib/python3.7/site-packages/urh/dev/native/ExtensionHelper.py", line 10, in <module>
    from setuptools import Extension
ModuleNotFoundError: No module named 'setuptools'

Fix build:
* add wrapQtApps
* add setup tools
@markuskowa markuskowa changed the title urh: 2.7.3 -> 2.7.5 urh: 2.7.3 -> 2.8.0 Nov 12, 2019
@markuskowa markuskowa merged commit fbfc258 into NixOS:master Nov 12, 2019
@r-ryantm r-ryantm deleted the auto-update/urh branch November 16, 2019 14:37
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.

None yet

2 participants