about summary refs log tree commit diff
path: root/pkgs/tools/misc/fwup
AgeCommit message (Collapse)AuthorFilesLines
2022-08-24fwup: 1.9.0 -> 1.9.1R. Ryantm1-2/+2
2022-03-26fwup: fix darwin #165167 by removing unused dependencies (#165172)mathewprokos1-2/+3
2021-08-26Merge pull request #124868 from LnL7/darwin-fwupdavidak1-1/+1
fwup: fix darwin build
2021-08-14fwup: 1.8.4 -> 1.9.0Ilan Joselevich1-2/+2
2021-07-12fwup: 1.8.3 -> 1.8.4Fabian Affolter2-31/+3
2021-05-29fwup: fix darwin buildDaiderd Jordan1-1/+1
2021-04-04lzma: deprecate aliasSandro Jäckel1-2/+2
2021-02-19fwup: 1.5.2 -> 1.8.3Fabian Affolter1-12/+53
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-01fwup: 1.5.1 -> 1.5.2R. RyanTM1-3/+3
2019-12-23fwup: 1.5.0 -> 1.5.1R. RyanTM1-2/+2
2019-11-27fwup: 1.3.1 -> 1.5.0R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-01fwup: 1.3.0 -> 1.3.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwup/versions
2019-03-01fwup: 1.2.7 -> 1.3.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwup/versions
2018-12-17fwup: 1.2.6 -> 1.2.7R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwup/versions
2018-11-09fwup: 1.2.5 -> 1.2.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwup/versions
2018-08-22fwup: 1.2.3 -> 1.2.5 (#45239)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwup/versions.
2018-07-18fwup: 1.2.1 -> 1.2.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwup/versions.
2018-06-19fwup: 1.1.0 -> 1.2.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwup/versions. These checks were done: - built on NixOS - /nix/store/3s224sym5k1x127cdw3325viz8ra5ayk-fwup-1.2.1/bin/fwup passed the binary check. - Warning: no invocation of /nix/store/3s224sym5k1x127cdw3325viz8ra5ayk-fwup-1.2.1/bin/img2fwup had a zero exit code or showed the expected version - 1 of 2 passed binary check by having a zero exit code. - 1 of 2 passed binary check by having the new version present in output. - found 1.2.1 with grep in /nix/store/3s224sym5k1x127cdw3325viz8ra5ayk-fwup-1.2.1 - directory tree listing: https://gist.github.com/1a05338ae9e6c25b9b4629c585534efa - du listing: https://gist.github.com/aa6a7bc6b62cc7b0c47ce36dc0173a5f
2018-05-07fwup: 1.0.0 -> 1.1.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwup/versions. These checks were done: - built on NixOS - ran ‘/nix/store/37baank8iw1ksnyhg0m90y0p9sazyhv7-fwup-1.1.0/bin/fwup -h’ got 0 exit code - ran ‘/nix/store/37baank8iw1ksnyhg0m90y0p9sazyhv7-fwup-1.1.0/bin/fwup --help’ got 0 exit code - ran ‘/nix/store/37baank8iw1ksnyhg0m90y0p9sazyhv7-fwup-1.1.0/bin/fwup --version’ and found version 1.1.0 - found 1.1.0 with grep in /nix/store/37baank8iw1ksnyhg0m90y0p9sazyhv7-fwup-1.1.0 - directory tree listing: https://gist.github.com/eafe4f2b1c0b7a6fac5a4910f383ee94
2018-03-22treewide: remove libintl hacksMatthew Bauer1-3/+0
2018-03-22fwup: 0.18.1 -> 1.0.0Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/1w5mk97wzbp6xdwj0phwmdr0z7rfc1nf-fwup-1.0.0/bin/fwup -h` got 0 exit code - ran `/nix/store/1w5mk97wzbp6xdwj0phwmdr0z7rfc1nf-fwup-1.0.0/bin/fwup --help` got 0 exit code - ran `/nix/store/1w5mk97wzbp6xdwj0phwmdr0z7rfc1nf-fwup-1.0.0/bin/fwup --version` and found version 1.0.0 - found 1.0.0 with grep in /nix/store/1w5mk97wzbp6xdwj0phwmdr0z7rfc1nf-fwup-1.0.0 - directory tree listing: https://gist.github.com/9b3eafd6e201b20c76f1f8f4d8ed13f8
2017-12-03fwup: 0.16.1 -> 0.18.1Orivej Desh1-2/+2
2017-11-05fwup: 0.14.3 → 0.16.1Jan Tojnar1-2/+2
2017-05-21fwup: 0.14.2 -> 0.14.3georgewhewell1-2/+2
2017-05-13fwup: init at 0.14.2georgewhewell2-0/+61