about summary refs log tree commit diff
path: root/pkgs/applications/version-management
AgeCommit message (Collapse)AuthorFilesLines
2023-08-23Merge pull request #250797 from emilylange/forgejoEmily1-3/+3
forgejo: 1.20.2-0 -> 1.20.3-0
2023-08-22Merge pull request #250728 from aaronjheng/git-privacyFabian Affolter1-2/+2
git-privacy: 2.1.0 -> 2.3.0
2023-08-22forgejo: 1.20.2-0 -> 1.20.3-0emilylange1-3/+3
https://codeberg.org/forgejo/forgejo/releases/tag/v1.20.3-0 https://codeberg.org/forgejo/forgejo/src/commit/cf06f241804e51a5ca058562da5e8d25da2311be/RELEASE-NOTES.md#1-20-3-0
2023-08-22Merge pull request #250569 from techknowlogick/gitea-1203Maximilian Bosch1-2/+2
gitea: 1.20.2 -> 1.20.3
2023-08-22git-privacy: 2.1.0 -> 2.3.0Aaron Jheng1-2/+2
2023-08-22gh: 2.32.1 -> 2.33.0Alexis Hildebrandt1-2/+2
2023-08-21sapling: teach gen-deps.py script to update Cargo.lockMatthew "strager" Glazar1-7/+34
Upstream Sapling does not maintain a Cargo.lock file, so Nixpkgs has its own. Teach the gen-deps.py script to update Nixpkgs' Cargo.lock whenever the Cargo.toml files change.
2023-08-21Merge pull request #250483 from dotlambda/ungit-buildNpmPackageRobert Schütz1-0/+32
ungit: use buildNpmPackage
2023-08-21gitea: 1.20.2 -> 1.20.3techknowlogick1-2/+2
2023-08-21Merge pull request #247982 from matthiasbeyer/add-git-barsMatthias Beyer1-0/+25
git-bars: init at 2023-08-08
2023-08-21git-bars: init at 2023-08-08Matthias Beyer1-0/+25
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-08-20ungit: use buildNpmPackageRobert Schütz1-0/+32
2023-08-21Merge pull request #250391 from r-ryantm/auto-update/git-credential-oauthNick Cao1-3/+3
git-credential-oauth: 0.9.1 -> 0.10.0
2023-08-20Merge #248496: staging-next 2023-08-11Vladimír Čunát1-3/+3
2023-08-20Merge pull request #250392 from amesgen/git-gone-1.0.0figsoda1-3/+3
git-gone: 0.5.0 -> 1.0.0
2023-08-20git-gone: 0.5.0 -> 1.0.0amesgen1-3/+3
2023-08-20git-credential-oauth: 0.9.1 -> 0.10.0R. Ryantm1-3/+3
2023-08-20Merge master into staging-nextgithub-actions[bot]1-6/+5
2023-08-18gitless: 0.8.8 -> 0.9.17Jez Cope1-6/+5
fixes #249543
2023-08-16Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-08-16Merge pull request #249476 from r-ryantm/auto-update/gexPol Dellaiera1-3/+3
gex: 0.6.1 -> 0.6.2
2023-08-16gex: 0.6.1 -> 0.6.2R. Ryantm1-3/+3
2023-08-16Merge master into staging-nextgithub-actions[bot]2-6/+6
2023-08-15Merge pull request #249340 from r-ryantm/auto-update/git-codereviewNick Cao1-2/+2
git-codereview: 1.4.0 -> 1.5.0
2023-08-15Merge pull request #249316 from aaronjheng/git-vanity-hashNick Cao1-4/+4
git-vanity-hash: 2020-02-26-unstable -> 1.0.0
2023-08-15Merge branch 'master' into staging-nextJan Tojnar1-2/+2
Conflicts: - pkgs/servers/mail/mailman/python.nix (relevant to mailman-web) between f8a17e4200d3e79ef1e21d802af6eb4979c3e6b6 and 84f6a6755a0832ca0e9b22c158a13869f3805132
2023-08-15git-codereview: 1.4.0 -> 1.5.0R. Ryantm1-2/+2
2023-08-15git-vanity-hash: 2020-02-26-unstable -> 1.0.0Aaron Jheng1-4/+4
2023-08-14gitea: 1.20.1 -> 1.20.2Maximilian Bosch1-2/+2
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.20.2
2023-08-13Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-08-13lefthook: 1.4.7 -> 1.4.8R. Ryantm1-2/+2
2023-08-12Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-08-12git-stack: 0.10.16 -> 0.10.17R. Ryantm1-3/+3
2023-08-11Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-08-11treewide: noop: refer to `src.name` or similar where appropriate, part 3: ↵Jan Malakhovski1-2/+2
more use cases This continues where d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e left off. Similarly to that commit, this commit this also points `sourceRoot`s to `src.name` and similar instead of keeping hardcoded names, and edits other derivation attrs do do the same, where appropriate. Also, similarly to d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e some of expressions this edits use `srcs` attribute with customly-named sources, so they have to be moved into `let` blocks to keep evaluation efficient (the other, worse, way to do this would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11Merge #247761: mercurial: 6.5 -> 6.5.1Vladimír Čunát1-3/+3
...into staging
2023-08-10merge-fmt: init at 0.3Ali Caglayan1-0/+28
Signed-off-by: Ali Caglayan <alizter@gmail.com>
2023-08-10git-town: 9.0.0 -> 9.0.1R. Ryantm1-2/+2
2023-08-09git: add meta.mainProgramAdam Stephens1-0/+1
2023-08-09git-machete: 3.17.8 -> 3.17.9R. Ryantm1-2/+2
2023-08-08Merge pull request #247019 from tjni/dvc-app-and-libraryOTABI Tomoya2-120/+0
python3.pkgs.dvc, dvc, dvc-with-remotes: move to python-modules since dvclive depends on it
2023-08-07mercurial: 6.5 -> 6.5.1pacien1-3/+3
Changelog: https://wiki.mercurial-scm.org/Release6.5
2023-08-07Merge #247408: libgit2_1_6: init at 1.6.4Vladimír Čunát2-8/+4
...into staging-next
2023-08-07Merge master into staging-nextgithub-actions[bot]2-5/+5
2023-08-07Merge pull request #247615 from r-ryantm/auto-update/git-credential-oauthWeijia Wang1-2/+2
git-credential-oauth: 0.8.0 -> 0.9.1
2023-08-07pijul: 1.0.0-beta.5 -> 1.0.0-beta.6Nicola Squartini1-3/+3
2023-08-07git-credential-oauth: 0.8.0 -> 0.9.1R. Ryantm1-2/+2
2023-08-06Merge master into staging-nextgithub-actions[bot]1-17/+17
2023-08-06Merge pull request #245847 from ↵Pol Dellaiera1-17/+17
NixOS/github-desktop/finalAttrs-pattern-and-bump-to-3.2.5 github-desktop: Use `finalAttrs` pattern, remove old openssl and bump to 3.2.5
2023-08-06Merge master into staging-nextgithub-actions[bot]1-0/+1