Jan Tojnar
7a04c2ad68
Merge branch 'staging-next' into staging
...
- boost 171 removed on staging-next
- re-generated node-packages.nix
; Conflicts:
; pkgs/development/java-modules/m2install.nix
; pkgs/development/node-packages/node-packages.nix
; pkgs/top-level/all-packages.nix
2021-08-22 01:13:41 +02:00
Sebastián Mancilla
8f94a33b38
treewide: ensure pre/post phase hooks are strings
...
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
Sandro
3861de4289
Merge pull request #134610 from alyssais/squashfs-tools-ng
2021-08-19 21:46:17 +02:00
github-actions[bot]
323ea758dd
Merge staging-next into staging
2021-08-19 12:02:04 +00:00
Maximilian Bosch
d4cc8ca3d3
tar2ext4: correct meta.platforms
is already configured by buildGoModule
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-19 12:27:54 +02:00
Alyssa Ross
a68f24c2ca
tar2ext4: init at 0.8.20
...
This is a single program that's part of a big Microsoft project.
Everything else looks pretty specialised, and some of it only targets
Windows, so I didn't try packaging anything else. If we ever do end
up with a need for other software from this project, this derivation
could be extended and renamed, with tar2ext4 becoming an alias.
2021-08-18 12:46:30 +00:00
Alyssa Ross
6e25d39cfd
squashfs-tools-ng: 1.1.2 -> 1.1.3
2021-08-18 07:03:06 +00:00
github-actions[bot]
b6a825a9c7
Merge staging-next into staging
2021-08-18 06:02:10 +00:00
R. RyanTM
aaac360ae6
moosefs: 3.0.115 -> 3.0.116
2021-08-17 11:27:10 -07:00
R. RyanTM
d3ca22aad8
catcli: 0.6.2 -> 0.7.0
2021-08-17 01:58:54 +00:00
github-actions[bot]
4dfde9ac8e
Merge staging-next into staging
2021-08-15 18:01:33 +00:00
Ilan Joselevich
12a6f2aa59
mtools: 4.0.34 -> 4.0.35
2021-08-15 16:49:22 +03:00
Jan Tojnar
cdb1d29692
Merge branch 'staging-next' into staging
2021-08-14 14:43:16 +02:00
Sandro
ff56e5d172
Merge pull request #133756 from alyssais/gfs2-utils
...
gfs2-utils: init at 3.4.1
2021-08-13 17:04:05 +02:00
Alyssa Ross
8c001a4464
gfs2-utils: init at 3.4.1
2021-08-13 12:09:20 +00:00
Felix Buehler
80e75cd535
tools/filesystems: replace name with pname&version
2021-08-12 20:49:29 +02:00
Jan Tojnar
807d3ec359
Merge branch 'staging-next' into staging
...
; Conflicts:
; pkgs/tools/misc/t1utils/default.nix
2021-08-11 16:34:11 +02:00
Artturi
7c1f9eeb87
Merge pull request #133323 from r-ryantm/auto-update/s3fs-fuse
...
s3fs: 1.89 -> 1.90
2021-08-11 04:09:17 +03:00
Artturi
19f3b7e792
Merge pull request #133381 from r-ryantm/auto-update/duperemove
...
duperemove: 0.11.2 -> 0.11.3
2021-08-11 03:12:58 +03:00
R. RyanTM
55444245f8
duperemove: 0.11.2 -> 0.11.3
2021-08-10 13:29:29 +00:00
zowoq
236c1159bf
fuse-overlayfs: 1.7 -> 1.7.1
...
https://github.com/containers/fuse-overlayfs/releases/tag/v1.7.1
2021-08-10 20:22:29 +10:00
R. RyanTM
40e9580ce4
s3fs: 1.89 -> 1.90
2021-08-10 07:25:16 +00:00
github-actions[bot]
c47bdfa71a
Merge staging-next into staging
2021-08-08 06:01:51 +00:00
R. RyanTM
c2a335220c
gcsfuse: 0.35.1 -> 0.36.0
2021-08-07 08:13:01 +00:00
R. RyanTM
bce4746a3d
btrfs-progs: 5.13 -> 5.13.1
2021-08-03 12:07:15 +00:00
Jamie McClymont
2808286add
squashfsTools: add NixOS cdrom boot as passthru test
...
This is the same test which blocks nixos-unstable-small. It recently
caused a long blockage, due to a regression in squashfsTools itself
corrupting the iso image, see #132286 .
2021-08-01 21:35:10 +12:00
Vladimír Čunát
bc3416a2dd
squashfsTools: patch a channel-blocking bug
...
Fixes #132286 .
2021-08-01 11:30:06 +02:00
Elis Hirwing
8921779f0a
mtools: 4.0.33 -> 4.0.34
...
Fix bug for recursive use, see release announcement: https://lists.gnu.org/archive/html/info-gnu/2021-07/msg00010.html
2021-07-31 19:15:57 +02:00
R. RyanTM
fc37170d7b
ceph-csi: 3.3.1 -> 3.4.0
2021-07-30 06:29:16 +00:00
Sandro
be071b1ce8
Merge pull request #131937 from Luflosi/fix-squashfsTools-darwin
...
squashfsTools: make Darwin patch apply again
2021-07-29 11:31:22 +00:00
Sascha Grunert
869f270723
fuse-overlayfs: 1.6.0 -> 1.7.0
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-07-29 20:28:44 +10:00
Luflosi
124bbac827
squashfsTools: make Darwin patch apply again
...
I pretty much manually applied all the changes in the patch to the new codebase and then generated a new diff because the pull request mentioned at the top of the patch was not accepted and will probably never be updated again.
2021-07-29 12:19:21 +02:00
Frederik Rietdijk
8dcfe523f7
Merge pull request #131719 from FRidh/python2-to-3
...
Python: further migrate packages from 2 to 3
2021-07-29 10:49:00 +02:00
github-actions[bot]
4fc7a31edb
Merge master into staging-next
2021-07-29 00:01:33 +00:00
superherointj
95e04538a1
mtdutils: 2.1.2 -> 2.1.3
2021-07-28 12:25:04 -03:00
Frederik Rietdijk
9c9f7fd11c
moosefs: use strictDeps and python3
2021-07-27 20:42:00 +02:00
Frederik Rietdijk
a6284f721d
mergerfs-tools: use python3 version of xattr
2021-07-27 20:37:07 +02:00
Frederik Rietdijk
62370fb59a
Merge remote-tracking branch 'upstream/master' into staging-next
2021-07-26 09:19:44 +02:00
Ruud van Asseldonk
f2356e8dcb
squashfsTools: 4.4 -> 4.5
...
I had to update the 4k alignment patch for this. While it does apply,
and the result compiles, and even appears to work fine superficially,
I do not know if there have been any changes to squashfs internals that
now require other places to take the alignment flag into account. Will
do more testing soon.
2021-07-24 13:00:31 +02:00
github-actions[bot]
2e00ed4420
Merge staging-next into staging
2021-07-22 06:01:44 +00:00
Sandro Jäckel
4209fed914
pythonPackages: deprecate pytestcov alias
2021-07-21 13:32:17 +02:00
github-actions[bot]
94a7cf0dcd
Merge staging-next into staging
2021-07-21 00:02:24 +00:00
Sandro
f9137f6131
Merge pull request #130817 from alyssais/tar2sqfs
...
squashfs-tools-ng: 1.1.1 -> 1.1.2
2021-07-20 22:33:07 +02:00
Michael Raskin
8b611afe16
Merge pull request #130751 from r-ryantm/auto-update/btrfs-progs
...
btrfs-progs: 5.12.1 -> 5.13
2021-07-20 18:52:41 +00:00
Alyssa Ross
bbdf2e931a
squashfs-tools-ng: 1.1.1 -> 1.1.2
...
tar2sqfs seems to work on the source tarball.
2021-07-20 16:52:59 +00:00
Lancelot SIX
f8dc849739
mtools: 3.0.31 -> 4.0.33
...
See release announcements:
- 4.0.33: https://lists.gnu.org/archive/html/info-gnu/2021-07/msg00006.html
- 4.0.32: https://lists.gnu.org/archive/html/info-gnu/2021-07/msg00004.html
2021-07-20 16:27:50 +01:00
R. RyanTM
8948eeeb6a
btrfs-progs: 5.12.1 -> 5.13
2021-07-20 10:27:14 +00:00
Felix Buehler
833a6087b9
ubidump: deprecate phases
2021-07-20 12:10:39 +02:00
Ben Siraphob
d352d407ee
Merge pull request #130469 from Stunkymonkey/inherit-version2
...
various: cleanup of "inherit version;"
2021-07-18 10:16:05 +07:00
Sandro
b4176ae90a
Merge pull request #130472 from Stunkymonkey/inherit-version3
...
various: cleanup of "inherit version;"
2021-07-18 00:38:39 +02:00