summary refs log tree commit diff
path: root/pkgs/tools/filesystems/archivemount/default.nix
Commit message (Collapse)AuthorAge
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* archivemount: 0.8.9 -> 0.8.12 (#38276)R. RyanTM2018-04-08
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/archivemount/versions. These checks were done: - built on NixOS - ran `/nix/store/7dc19v4ibkd9a958mxrhbn8hi4dj6flw-archivemount-0.8.12/bin/archivemount -V` and found version 0.8.12 - ran `/nix/store/7dc19v4ibkd9a958mxrhbn8hi4dj6flw-archivemount-0.8.12/bin/archivemount --version` and found version 0.8.12 - found 0.8.12 with grep in /nix/store/7dc19v4ibkd9a958mxrhbn8hi4dj6flw-archivemount-0.8.12 - directory tree listing: https://gist.github.com/9f95a5aa5b6c354b2dd5db0351c8fb72
* archivemount: 0.8.7 -> 0.8.9Ryan Mulligan2018-03-15
| | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/sn92kb7bgpg6arj6jfgg7yv78ap2fkll-archivemount-0.8.9/bin/archivemount -V` and found version 0.8.9 - ran `/nix/store/sn92kb7bgpg6arj6jfgg7yv78ap2fkll-archivemount-0.8.9/bin/archivemount --version` and found version 0.8.9 - found 0.8.9 with grep in /nix/store/sn92kb7bgpg6arj6jfgg7yv78ap2fkll-archivemount-0.8.9
* archivemount: 0.8.3 -> 0.8.7Ryan Mulligan2018-02-06
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* archivemount: update from 0.6.1 to 0.8.3Nixpkgs Monitor2013-12-18
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* Added archivemount-0.6.1, a FUSE-based file system for mounting tar archives.Peter Simons2011-07-13
svn path=/nixpkgs/trunk/; revision=27758