Commit graph

8 commits

Author SHA1 Message Date
R. RyanTM 7cdb77b76f woeusb: 3.2.10 -> 3.2.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/woeusb/versions
2019-01-01 18:50:15 -08:00
Gleb Peregud bea10bfcab woeusb: add p7zip to runtime deps
* woeusb: add p7zip to runtime deps enable extra feature (#47982)

WoeUSB depends on presence of '7z` binary in the path to execute an extra step. 
As Windows 7's installation media doesn't place the required EFI bootloaders
in the right location, WoeUSB extracts them from the system image manually
using '7z' binary which it checks with 'command -v 7z'.

See related code at:
aea4f91783/src/woeusb (L1530)

* woeusb: split native build inputs
2018-11-25 11:24:31 +01:00
R. RyanTM 43b61d8474 woeusb: 3.2.9 -> 3.2.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/woeusb/versions
2018-10-14 09:02:55 +02:00
R. RyanTM 6c6cd16ae8 woeusb: 3.2.2 -> 3.2.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/woeusb/versions
2018-09-19 23:31:45 -07:00
R. RyanTM 788cab1ae7 woeusb: 3.2.1 -> 3.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
woeusb
2018-09-06 21:01:12 +02:00
Christian Höppner 54f50e6e25 WoeUSB: 3.1.5 -> 3.2.1 (#42158) 2018-06-18 17:49:57 +02:00
R. RyanTM af53e75997 woeusb: 3.1.4 -> 3.1.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb -h` got 0 exit code
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb --help` got 0 exit code
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb -V` and found version 3.1.5
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb --version` and found version 3.1.5
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb -h` and found version 3.1.5
- ran `/nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5/bin/woeusb --help` and found version 3.1.5
- found 3.1.5 with grep in /nix/store/8j0k3dnx7vc5wcmayficjdsk02ix55va-woeusb-3.1.5
- directory tree listing: https://gist.github.com/a1e026683073657b8127fe93d50cdb18

[Bjørn: change commit prefix from "winusb" to "woeusb".]
2018-04-02 17:30:04 +02:00
Anders Kaseorg 4ef36bf654 winusb: unstable-2017-01-30 -> woeusb 3.1.4
WinUSB was renamed to WoeUSB
(https://github.com/slacka/WoeUSB/issues/100).

Also, put mount points in /run instead of /tmp to sidestep security
considerations with /tmp.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-12-22 03:32:44 -05:00