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

apktool: 2.3.2 -> 2.3.3 #39799

Merged
merged 1 commit into from May 3, 2018
Merged

apktool: 2.3.2 -> 2.3.3 #39799

merged 1 commit into from May 3, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented May 1, 2018

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/apktool/versions.

These checks were done:

  • built on NixOS
  • ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool -h’ got 0 exit code
  • ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool --help’ got 0 exit code
  • ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool help’ got 0 exit code
  • ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool --version’ and found version 2.3.3
  • found 2.3.3 with grep in /nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3
  • directory tree listing: https://gist.github.com/442f8aae9c8a9a0f7594fc049c97fe51

cc @offlinehacker for review

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/apktool/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool -h’ got 0 exit code
- ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool --help’ got 0 exit code
- ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool help’ got 0 exit code
- ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool --version’ and found version 2.3.3
- found 2.3.3 with grep in /nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3
- directory tree listing: https://gist.github.com/442f8aae9c8a9a0f7594fc049c97fe51
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: apktool

Partial log (click to expand)

building '/nix/store/vjvap3219j076swljfmjqgxlxcy62fz2-apktool_2.3.3.jar.drv'...

trying https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.3.3.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 9084k  100 9084k    0     0  1773k      0  0:00:05  0:00:05 --:--:-- 2436k
building '/nix/store/nfl44y0irg0yn3hw2gy61mbwrrzdll20-apktool-2.3.3.drv'...
installing
/nix/store/465plq255phwmxx3rv4csagqdg5n95hx-apktool-2.3.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: apktool

Partial log (click to expand)

copying path '/nix/store/ph0mbmjmvikmx11drdiq7005p4kiplfc-glibc-2.27-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/r6gnqrhnggb7q3kl79fdcq1w2kpl78fd-ncurses-6.1-abi5-compat' from 'https://cache.nixos.org'...
copying path '/nix/store/r7l1awq44w30cv2756fsdh62zv3dkd9r-zlib-1.2.11' from 'https://cache.nixos.org'...
copying path '/nix/store/dkkx016r1jsphqsn3xvy2f8kk5v2vr72-glibc-2.27-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/y4hwgyw9sv2wd9mqijrsfpj583lgnvnx-gcc-7.3.0' from 'https://cache.nixos.org'...
100 9084k  100 9084k    0     0  18.1M      0 --:--:-- --:--:-- --:--:-- 18.1M
copying path '/nix/store/2y9jy48gmj68qdgkg6aiic8jmn8iwlrr-android-build-tools-r26.0.2' from 'https://cache.nixos.org'...
building '/nix/store/arbnb8cljajipwhnskh1cnzncxk5klkv-apktool-2.3.3.drv'...
installing
/nix/store/1k6cb2zqiqjlgp2j3yv9vwxfg84wx1xr-apktool-2.3.3

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: apktool

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.


@globin globin merged commit c421ed4 into NixOS:master May 3, 2018
@r-ryantm r-ryantm deleted the auto-update/apktool branch May 3, 2018 17:29
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

4 participants