Commit Graph
154406 Commits
Author SHA1 Message Date
R. RyanTMandTim Steinbach 9d8e0819aa kotlin: 1.2.70 -> 1.2.71
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kotlin/versions
2018-10-03 13:38:12 -04:00
Jörg ThalheimandGitHub 4e18bc855d Merge pull request #45285 from kini/makeself
makeself: backport megastep/makeself#142
2018-10-03 18:37:34 +01:00
Keshav Kini eb84586cad makeself: backport megastep/makeself#142
Currently, a self-extracting archive created by makeself will fail to
properly execute on NixOS because the boilerplate Bash code it uses to
clean up the temporary directory it extracted its contents into
assumes that the `rm` command is installed at `/bin/rm`, which is not
the case on NixOS.

This commit, a backport of a pull request I made to the upstream
repository at megastep/makeself#142, fixes the issue by causing the
boilerplate code to call `rm` without specifying an absolute path,
which allows the version of `rm` from one's current Nix environment to
be used instead.
2018-10-03 10:31:58 -07:00
R. RyanTMandAustin Seipp 807d73c391 libressl_2_8: 2.8.0 -> 2.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libressl/versions
2018-10-03 11:58:32 -05:00
Jörg ThalheimandGitHub 4c59402652 Merge pull request #47771 from r-ryantm/auto-update/ipmiutil
ipmiutil: 3.1.2 -> 3.1.3
2018-10-03 17:40:38 +01:00
Jörg ThalheimandGitHub 50a306125c Merge pull request #47542 from prusnak/gcc-arm-embedded_update
gcc-arm-embedded: 6-2017-q2-update -> 7-2018-q2-update
2018-10-03 17:29:25 +01:00
Peter Simons c5d4957103 haskell-lens: use latest version when building with ghc-8.6.x 2018-10-03 18:00:29 +02:00
Peter Simons 975c77e2d5 haskell-free and base-orphans: use latest versions to fix build with ghc-8.6.x 2018-10-03 18:00:29 +02:00
Peter Simons 5334751964 haskell-hspec: fix overrides to use the newer QuickCheck version 2018-10-03 18:00:29 +02:00
Peter Simons 2d098f7ef6 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/007086bd5ba6f5293d2aac0f7f0bd2a3937d14af.
2018-10-03 18:00:29 +02:00
Peter Simons e6195f704f haskell-semigroupoids: update to latest version for ghc-8.6.x 2018-10-03 18:00:29 +02:00
Silvan MosbergerandPeter Simons 5067773e39 haskellPackages.*.env: Use shellFor 2018-10-03 18:00:29 +02:00
Silvan MosbergerandPeter Simons 56da05d459 haskellPackages.shellFor: Clean and fixup
- Now correctly sets NIX_GHC* env vars
2018-10-03 18:00:29 +02:00
Silvan MosbergerandPeter Simons 7c5c3fceff haskell.lib.getBuildInputs: Use generic builder passthru to implement 2018-10-03 18:00:29 +02:00
Jan TojnarandGitHub 1951aea6a5 Merge pull request #47738 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.3.5 -> 4.3.7
2018-10-03 17:30:53 +02:00
R. RyanTM f9ec698fa9 ipmiutil: 3.1.2 -> 3.1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipmiutil/versions
2018-10-03 08:10:56 -07:00
Jörg ThalheimandGitHub 13c300df6c Merge pull request #47739 from r-ryantm/auto-update/pgcli
pgcli: 1.10.3 -> 1.11.0
2018-10-03 14:49:36 +01:00
Jörg ThalheimandGitHub 38edcbd968 Merge pull request #47744 from c0bw3b/pkg/stgit
gitAndTools.stgit: fix fetcher and meta
2018-10-03 14:47:13 +01:00
Jörg ThalheimandGitHub 26eca3f8c3 Merge pull request #47753 from r-ryantm/auto-update/neo4j
neo4j: 3.4.6 -> 3.4.7
2018-10-03 14:46:34 +01:00
Andreas RammholdandGitHub 1ba6a7bb43 Merge pull request #47748 from taku0/thunderbird-bin-60.2.1
thunderbird,  thunderbird-bin: 60.0 -> 60.2.1
2018-10-03 14:55:42 +02:00
R. RyanTM 212501f4c7 neo4j: 3.4.6 -> 3.4.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neo4j/versions
2018-10-03 05:48:26 -07:00
Graham ChristensenandGitHub 0d0bcb5a51 Merge pull request #47752 from brainrape/patch-2
Fix systemd timer unit documentation
2018-10-03 08:46:02 -04:00
Márton BorosandGitHub d8a555d819 Fix systemd timer unit documentation
Fixes #36210
2018-10-03 14:39:36 +02:00
taku0 d802524def thunderbird: 60.0 -> 60.2.1 2018-10-03 21:32:13 +09:00
RenaudandGitHub 153f98062c gitAndTools.stgit: fix fetcher and meta 2018-10-03 13:54:02 +02:00
Tim Steinbach 22e39f642b xmonad-extras: jailbreak
Our XMonad identifies as 0.15, which is why we need to jailbreak it
into the extras build
2018-10-03 07:48:49 -04:00
R. RyanTM 51c389d57f pgcli: 1.10.3 -> 1.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgcli/versions
2018-10-03 04:43:31 -07:00
R. RyanTM a0b9099e1a pulseeffects: 4.3.5 -> 4.3.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulseeffects/versions
2018-10-03 04:36:47 -07:00
Sarah BrofeldtandGitHub a8cbded02c Merge pull request #47731 from periklis/update-kubectx
kubectx: 0.5.1 -> 0.6.1
2018-10-03 13:18:52 +02:00
Jörg ThalheimandGitHub a0f5e58ad5 Merge pull request #47711 from r-ryantm/auto-update/Vc
vc: 1.3.3 -> 1.4.0
2018-10-03 12:12:22 +01:00
Periklis Tsirakidis b9f9b05c37 kubectx: 0.5.1 -> 0.6.1
Also provides shell completions for zsh, bash and fish
2018-10-03 12:58:06 +02:00
Jörg ThalheimandGitHub 96903c501e Merge pull request #47703 from r-ryantm/auto-update/wireguard-tools
wireguard-tools: 0.0.20180918 -> 0.0.20180925
2018-10-03 11:33:54 +01:00
Jörg ThalheimandGitHub 1b769de74c Merge pull request #47716 from r-ryantm/auto-update/visualvm
visualvm: 1.4.1 -> 1.4.2
2018-10-03 11:32:07 +01:00
Maximilian Boschandxeji 7297cc5501 nixos/activation: fix systemd-user daemon-reload in auto-upgrade service (#47695)
The autoupgrade service defined in `system.autoUpgrade`
(`nixos/modules/installer/tools/auto-upgrade.nix`) doesn't have `su` in
its path and thus yields a warning during the `daemon-reload`.

Specifying the absolute path fixes the issue.

Fixes #47648
2018-10-03 12:31:08 +02:00
Jörg ThalheimandGitHub a18b4a58d1 Merge pull request #47717 from r-ryantm/auto-update/thermald
thermald: 1.7.2 -> 1.8
2018-10-03 11:28:33 +01:00
Jörg ThalheimandGitHub 0160fadd7c Merge pull request #47719 from r-ryantm/auto-update/sundials
sundials: 3.1.2 -> 3.2.0
2018-10-03 11:21:22 +01:00
Jörg ThalheimandGitHub b73b0bb0b3 Merge pull request #47727 from r-ryantm/auto-update/softhsm
softhsm: 2.4.0 -> 2.5.0
2018-10-03 11:19:45 +01:00
Jörg ThalheimandGitHub 322570ca7f Merge pull request #47726 from r-ryantm/auto-update/tmuxp
tmuxp: 1.4.0 -> 1.4.2
2018-10-03 11:18:36 +01:00
Jörg ThalheimandGitHub c0f092c948 Merge pull request #47720 from r-ryantm/auto-update/tiled
tiled: 1.1.6 -> 1.2.0
2018-10-03 11:17:50 +01:00
Jörg ThalheimandGitHub 3e953d6980 Merge pull request #47724 from xeji/p/st
st: remove unused build inputs, drop wrapper
2018-10-03 11:16:46 +01:00
Andreas RammholdandGitHub 1200117b5c Merge pull request #47712 from andir/firefox
firefox{-bin,}: 62.0.2 -> 62.0.3, firefox-esr-60: 60.2.1 -> 60.2.2
2018-10-03 11:23:20 +02:00
R. RyanTM 7cab295095 softhsm: 2.4.0 -> 2.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/softhsm/versions
2018-10-03 02:14:57 -07:00
R. RyanTM 1d2f4d6b37 tmuxp: 1.4.0 -> 1.4.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/tmuxp/versions
2018-10-03 02:02:15 -07:00
R. RyanTM c707a8906c tiled: 1.1.6 -> 1.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tiled/versions
2018-10-03 01:44:11 -07:00
Uli Baum 63ff7bd008 st: remove unused build inputs, drop wrapper
- remove unused buildInputs
- ncurses belongs in nativeBuildInputs (tic to compile terminfo)
- drop dmenu wrapper, st doesn't use dmenu at all
2018-10-03 10:42:59 +02:00
R. RyanTM 2e53e8155f sundials: 3.1.2 -> 3.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
2018-10-03 01:33:20 -07:00
Sarah BrofeldtandGitHub 2dd69e8d8e Merge pull request #47500 from ma9e/libimagequant
libimagequant: init at 2.12.1
2018-10-03 10:27:57 +02:00
Peter Simons 929ad8e996 samsung-unified-linux-driver: update default version to 4.01.17
* Version 4.01.17 works fine for me on NixOS, driving both a Samsung ML-2165w
   and a Samsung ML-2510 printer successfully.

 * Version 4.00.39 is broken. The build shows errors, but doesn't abort. The
   generated binaries don't work, because they are lacking rpaths to their
   library dependencies.

 * Renamed old default.nix file to 1.00.37.nix. That version wasn't the default
   and it feels like a bad idea to mix versioned and unversioned file names in
   the same directory.
2018-10-03 10:25:46 +02:00
R. RyanTM c064995331 thermald: 1.7.2 -> 1.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/thermald/versions
2018-10-03 01:13:31 -07:00
R. RyanTM d90eeeb60a visualvm: 1.4.1 -> 1.4.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/visualvm/versions
2018-10-03 01:12:12 -07:00