Commit graph

299616 commits

Author SHA1 Message Date
Michael Weiss 9f952205d0
Merge pull request #128619 from primeos/signal-desktop
signal-desktop: 5.6.2 -> 5.7.0
2021-06-30 15:28:31 +02:00
Martin Weinelt 5165af0033
Merge pull request #128625 from mweinelt/python/pyfritzhome
python3Packages.pyfritzhome: 0.6.1 -> 0.6.2
2021-06-30 15:01:36 +02:00
Martin Weinelt cb546b29e0
python3Packages.pyfritzhome: 0.6.1 -> 0.6.2 2021-06-30 15:01:16 +02:00
Pavol Rusnak 3411e34eb3
Merge pull request #128696 from prusnak/mixxx
mixxx: 2.2.4 -> 2.3.0
2021-06-30 14:36:12 +02:00
Maciej Krüger 2834c0b50c
Merge pull request #128758 from r-ryantm/auto-update/bulky 2021-06-30 14:05:07 +02:00
Elis Hirwing f091739337
Merge pull request #128521 from aanderse/php-mkExtension
php: expose mkExtension
2021-06-30 13:16:43 +02:00
sternenseemann b5460f9ce2 chroma: do version info substitution in postFetch
This should increase reproducibility of the derivation as we can delete
the .git directory in the src derivation.
2021-06-30 12:34:34 +02:00
sternenseemann 801a040dee chroma: 0.9.1 -> 0.9.2 2021-06-30 12:34:34 +02:00
R. RyanTM 5622fd5f6c cinnamon.bulky: 1.4 -> 1.6 2021-06-30 09:40:10 +00:00
Fabian Affolter e4ee74de2d
Merge pull request #128742 from dotlambda/netmap-init
python3Packages.netmap: init at 0.7.0.2
2021-06-30 11:10:27 +02:00
Robert Schütz e0d776fab3 python3Packages.netmap: init at 0.7.0.2 2021-06-30 09:20:58 +02:00
Artturin cd3ed54f6e dwarf-fortress: refactor 2021-06-30 00:10:57 -07:00
Manuel Bärenz 4e75706a46 rPackages.svglite: Fix nativeBuildInputs 2021-06-30 00:03:02 -07:00
R. RyanTM 4ba0ccc59e cherrytree: 0.99.37 -> 0.99.38 2021-06-29 23:57:05 -07:00
Fabian Affolter 4ba12b5903
Merge pull request #128709 from r-ryantm/auto-update/dnsx
dnsx: 1.0.4 -> 1.0.5
2021-06-30 08:55:35 +02:00
Daniel Nagy 16ab89bef2 seaweedfs: 2.50 -> 2.56 2021-06-29 23:54:53 -07:00
R. RyanTM 360c8128bb gtkwave: 3.3.109 -> 3.3.110 2021-06-29 23:46:07 -07:00
R. RyanTM 44d7d2a499 libaec: 1.0.4 -> 1.0.5 2021-06-29 23:44:47 -07:00
Hunter Jones ef892b0a92 phd2: 2.6.9dev1 -> 2.6.10 2021-06-29 23:42:21 -07:00
Domen Kožar 1b98bbf304
Merge pull request #128657 from mikroskeem/darwin-fix-sdl
SDL: fix wrongly linking to Mesa on Darwin
2021-06-30 08:37:58 +02:00
R. RyanTM 8cd1066dfd libtpms: 0.8.3 -> 0.8.4 2021-06-29 23:37:36 -07:00
R. RyanTM e8d3c65b36 cargo-tarpaulin: 0.17.0 -> 0.18.0 2021-06-29 23:31:16 -07:00
R. RyanTM c4e9746406 emuflight-configurator: 0.3.5 -> 0.3.6 2021-06-29 23:28:17 -07:00
zowoq 7ab005c4f3 skopeo: 1.3.0 -> 1.3.1
https://github.com/containers/skopeo/releases/tag/v1.3.1
2021-06-30 16:23:14 +10:00
zowoq 10b8f498c9 buildah: 1.21.1 -> 1.21.2
https://github.com/containers/buildah/releases/tag/v1.21.2
2021-06-30 16:23:04 +10:00
Pascal Bach 69f2fd9721
Merge pull request #123834 from bachp/minio-module-update
nixos/minio: replace deprecated variables
2021-06-30 08:10:27 +02:00
fortuneteller2k c9ea6baaf9 vimPlugins: update 2021-06-29 23:01:48 -07:00
Peter Hoeg 9a53c8f4f2 tmuxp: 1.7.2 -> 1.9.2 2021-06-29 23:01:04 -07:00
R. RyanTM 4ff1a6f91a esbuild: 0.12.11 -> 0.12.12 2021-06-30 14:23:27 +09:00
Ryan Mulligan 44b9dc7559
Merge pull request #128715 from ryantm/autosuspend
nixos/gdm: expand gdm.autoSuspend description
2021-06-29 21:30:42 -07:00
Fabian Affolter e7ba38072e python3Packages.python-ipmi: init at 0.5.1 2021-06-29 21:17:23 -07:00
Farid Zakaria 3987b0e481 strip-nondeterminism: file to propagatedBuildInput
`file` is used by the perl script.

```
sub _get_file_type($) {
	my $file=shift;
	open(FILE, '-|') # handle all filenames safely
	  || exec('file', $file)
	  || die "can't exec file: $!";
	my $type=<FILE>;
	close FILE;
	return $type;
}
```

This script is very handy to run within a `nix-build` context,
specifically during the fixupPhase.

Unfortunately, file is not propagated, and does not exist causing the
build to fail. Fix it by adding it.

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-06-29 20:51:50 -07:00
Artturin 0d8cbf704c azure-cli: replace portalocker version for azure-cli-telemetry 2021-06-29 19:56:45 -07:00
Artturin 95df9607b5 python3Packages.msal-extensions: add substituteInPlace for
portalocker version
2021-06-29 19:56:45 -07:00
Artturin 10a8e8fe8b python3Packages.portalocker: 1.7.0 -> 2.3.0 2021-06-29 19:56:45 -07:00
Vanilla 13a12fe9e5 maintainers: add vanilla 2021-06-29 19:53:51 -07:00
Vanilla ec00b2d3a2 flat-remix-gnome: init at 20210623 2021-06-29 19:53:51 -07:00
Théo Zimmermann d3bb50e7da
Coq: adapt for upcoming 8.14 (#128603) 2021-06-30 04:47:31 +02:00
Ryan Mulligan bfc605bf91
Merge pull request #128569 from r-ryantm/auto-update/humioctl
humioctl: 0.28.3 -> 0.28.4
2021-06-29 19:40:14 -07:00
Ryan Mulligan 073f462987 nixos/gdm: expand gdm.autoSuspend description
closes #100390
2021-06-29 19:35:26 -07:00
Sandro 9ba35d8ef4
Merge pull request #128273 from davegallant/awscli2-2.2.14
awscli2: 2.2.4 -> 2.2.14
2021-06-30 04:21:06 +02:00
Sandro 6024c54dc9
Merge pull request #128690 from fabaff/bump-asyncstdlib
python3Packages.asyncstdlib: 3.9.1 -> 3.9.2
2021-06-30 04:20:42 +02:00
Gabriel Gonzalez ef0a42347e
dhall: Use --base-import-url flag for documentation (#128588)
This updates `pkgs.dhallPackages.buildDhallGitHubPackage` to use the
newly added `--base-import-url` `dhall-docs` flag.  This flag is used
by the generated documentation so that paths copied to the clipboard
represent complete URLs that can be imported instead of only the
relative path to the import.
2021-06-29 19:09:29 -07:00
Martin Weinelt c865d03690
Merge pull request #128205 from felixsinger/flashrom/add-udev
flashrom: Install udev-rules file
2021-06-30 04:03:56 +02:00
Yusuf Bera Ertan a3274dca88
helix: init at 0.3.0 (#126208)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-30 03:54:42 +02:00
arcnmx 90f2a9d997
shared-mime-info: fix cross build (#128553) 2021-06-30 03:53:39 +02:00
Diego Rodriguez e7de5e1653
kubernetes-helm: 3.6.1 -> 3.6.2 (#128642) 2021-06-30 03:52:45 +02:00
Sandro dd57f984c6
Merge pull request #127163 from berbiche/nwg-panel-init-at-0.3.2
nwg-panel: init at 0.3.2
2021-06-30 03:52:24 +02:00
Sandro 809c17294f
Merge pull request #128011 from alyssais/tinywl
tinywl: init at 0.14.0
2021-06-30 03:51:19 +02:00
Sandro 52239d8807
Merge pull request #128187 from fabaff/bump-mcstatus
python3Packages.mcstatus: 6.1.0 -> 6.1.2
2021-06-30 03:50:52 +02:00