Commit Graph
4105 Commits
Author SHA1 Message Date
Alyssa Ross 6c4d3aa6f7 git-cinnabar: 0.5.4 -> 0.5.6
Also add missing installPhase hooks, and clarify license.
I'm assuming GPL-2.0-only, because it doesn't seem to be specified, and
the helper links with git, which is -only.
2021-02-07 21:35:46 +00:00
R. RyanTM 2d12b884ef thicket: 0.1.3 -> 0.1.4 2021-02-06 21:59:42 +00:00
github-actions[bot] 77db03ceac Merge master into staging-next 2021-02-06 12:19:10 +00:00
R. RyanTM c8e7fd0fb3 delta: 0.5.1 -> 0.6.0 2021-02-06 10:08:19 +00:00
github-actions[bot] fadee272e0 Merge staging-next into staging 2021-02-06 00:35:48 +00:00
Sandro Jäckel ba18acfe78 git-interactive-rebase-tool: Add SuperSandro2000 as maintainer 2021-02-05 21:21:06 +01:00
github-actions[bot] bd1a0c9702 Merge staging-next into staging 2021-02-05 12:19:39 +00:00
Sandro a618b4847d Merge pull request #111647 from NixOS/girt-2.0.0
gitAndTools.git-interactive-rebase-tool: 1.2.1 -> 2.0.0
2021-02-05 11:57:14 +01:00
Sandro Jäckel c4f417b6c2 gitAndTools.git-interactive-rebase-tool: 1.2.1 -> 2.0.0 2021-02-05 11:42:11 +01:00
Jan Tojnar 75153ede17 Merge branch 'staging-next' into staging 2021-02-02 19:46:31 +01:00
Sandro Jäckel e08919c891 legit: Disable tests 2021-02-02 14:46:08 +01:00
github-actions[bot] 1d1ce08e2b Merge staging-next into staging 2021-02-02 12:24:27 +00:00
Maximilian Bosch 0eac65888f gitea: 1.13.1 -> 1.13.2
https://github.com/go-gitea/gitea/releases/tag/v1.13.2
2021-02-02 09:40:42 +01:00
github-actions[bot] 4c1eae9176 Merge staging-next into staging 2021-02-02 00:42:42 +00:00
github-actions[bot] 7044cd0c9d Merge staging-next into staging 2021-02-01 18:31:04 +00:00
Albin Otterhäll a10fade7e4 pijul: 1.0.0-alpha.37 -> 1.0.0-alpha.38 2021-02-01 18:01:54 +01:00
Jan Tojnar 54f4529aec Merge pull request #111519 from siraben/xdg-utils-naming 2021-02-01 17:18:57 +01:00
Markus Kowalewski 147bc60225 qgit: fix license 2021-02-01 13:30:17 +01:00
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
github-actions[bot] f92395cf3c Merge staging-next into staging 2021-01-31 06:19:43 +00:00
github-actions[bot] 81337921f5 Merge staging-next into staging 2021-01-31 00:46:33 +00:00
Sebastian PippingandSilvan Mosberger 201b24adc5 git-big-picture: 1.0.0 -> 1.1.1
- Migrate from fetchFromGitHub to fetchPypi to ease SHA256 handling
- Drop tests (while not included with PyPI releases)
- Install a man page (as shipped by upstream)
- Move buildInputs to runtime only

Co-Authored-By: Silvan Mosberger <contact@infinisil.com>
2021-01-31 00:14:30 +01:00
Mario Rodas 5be9ec41a3 Merge pull request #111192 from r-ryantm/auto-update/git-remote-gcrypt
git-remote-gcrypt: 1.3 -> 1.4
2021-01-30 15:36:45 -05:00
Mario Rodas f72a44d6f5 Merge pull request #111210 from r-ryantm/auto-update/fossil
fossil: 2.13 -> 2.14
2021-01-30 15:35:44 -05:00
github-actions[bot] e788d512e8 Merge staging-next into staging 2021-01-30 00:44:04 +00:00
R. RyanTM ebe677c84f fossil: 2.13 -> 2.14 2021-01-29 22:04:15 +00:00
Jeff Slight e2c0897eba gitlab: 13.7.1 -> 13.7.4 (#108720) 2021-01-29 21:13:59 +01:00
R. RyanTM 347820365f git-remote-gcrypt: 1.3 -> 1.4 2021-01-29 19:02:06 +00:00
github-actions[bot] 4c82d7eb24 Merge staging-next into staging 2021-01-29 06:19:21 +00:00
R. RyanTM 1b2cd14dd7 glab: 1.13.1 -> 1.14.0 2021-01-29 03:02:05 +00:00
github-actions[bot] 798f7b136c Merge staging-next into staging 2021-01-28 18:30:08 +00:00
Travis CI a49a608632 gitAndTools.git-machete: 2.15.9 -> 2.16.1
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2021-01-28 15:03:41 +00:00
github-actions[bot] 06efb52369 Merge staging-next into staging 2021-01-27 18:28:34 +00:00
Ben Siraphob 82454e9df8 treewide: remove implicit use of stdenv.lib 2021-01-27 20:04:57 +07:00
Thomas Tuegel 0e418a1a18 Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Thomas Tuegel 5590e365e4 qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
zowoq a7dda29d8a Revert "gh: enable tests"
This reverts commit c7deb49058.

Fails with sandboxing.
2021-01-26 07:26:59 +10:00
Pavol Rusnak a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Sandro 3cd31450a1 Revert "nodePackages: regenerate with node2nix 1.9.0" 2021-01-25 11:31:27 +01:00
Sander van der Burg 40f27ff2be Merge pull request #110545 from svanderburg/node2nix-update
nodePackages: regenerate with node2nix 1.9.0
2021-01-25 09:13:59 +01:00
dadada dc8231950c gitea: add passthru.tests
Reference nixos tests to execute on package upgrades.
2021-01-24 08:50:59 +01:00
Mario Rodas f90209acd1 gitAndTools.lab: 0.18.0 -> 0.19.0
https://github.com/zaquestion/lab/releases/tag/v0.19.0
2021-01-24 04:20:00 +00:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ryan Horiguchi 95f8678091 gitkraken: 7.4.1 -> 7.5.0 (#110561) 2021-01-24 01:11:22 +01:00
Sander van der Burg 3e385dc285 nodePackages: regenerate with node2nix 1.9.0 2021-01-22 22:42:58 +01:00
Drew Risinger c7deb49058 gh: enable tests 2021-01-23 00:48:39 +10:00
Michael Weiss 62b5e51019 gitRepo: 2.11.1 -> 2.12 2021-01-22 12:34:36 +01:00
Sandro d8d2ec148b Merge pull request #110411 from a12l/update-pijul
pijul: 1.0.0-alpha.35 -> 1.0.0-alpha.37
2021-01-22 09:35:49 +01:00
Albin Otterhäll 62015c03b6 pijul: 1.0.0-alpha.35 -> 1.0.0-alpha.37 2021-01-22 00:25:49 +01:00
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00