about summary refs log tree commit diff
path: root/pkgs/applications/version-management
AgeCommit message (Collapse)AuthorFilesLines
2024-06-14gh: 2.50.0 -> 2.51.0Redyf1-3/+3
2024-06-13gitlab-container-registry: 4.1.0 -> 4.5.0Yaya2-3/+7
https://gitlab.com/gitlab-org/container-registry/-/blob/v4.5.0-gitlab/CHANGELOG.md Fixes CVE-2024-1495 Fixes CVE-2024-1963 Fixes CVE-2024-4201 Fixes CVE-2024-5469
2024-06-13gitlab: 16.10.6 -> 16.11.4Yaya9-168/+206
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.11.4-ee/CHANGELOG.md
2024-06-13Merge pull request #318589 from jtojnar/u-s-v-ignore-sameJan Tojnar1-4/+1
common-updater-scripts/u-s-v: support --ignore-same-version
2024-06-10Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-10Merge pull request #318519 from r-ryantm/auto-update/gitmuxWeijia Wang1-2/+2
gitmux: 0.10.4 -> 0.11.2
2024-06-09Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross63-63/+63
Conflicts: pkgs/applications/blockchains/polkadot/default.nix
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt3-3/+3
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt57-57/+57
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt4-4/+4
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09treewide: Simplify use of update-source-versionJan Tojnar1-4/+1
- `--ignore-same-version` allows us to not call it twice. - with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09gitmux: 0.10.4 -> 0.11.2R. Ryantm1-2/+2
2024-06-09Merge master into staging-nextgithub-actions[bot]1-1/+2
2024-06-09Merge pull request #318182 from rhelmot/freebsd-git-crosskirillrdy1-1/+2
git: add uname_S make flag for freebsd cross
2024-06-08Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-07git: add uname_S make flag for freebsd crossAudrey Dutcher1-1/+2
Otherwise, it takes the host uname -s value, which configures git incorrectly.
2024-06-07git-mit: 5.12.203 -> 5.12.205R. Ryantm1-3/+3
2024-06-07Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-06jujutsu: 0.17.1 -> 0.18.0Eric Kim-Butler1-3/+3
2024-06-06Merge master into staging-nextgithub-actions[bot]1-4/+4
2024-06-05gitkraken: 10.0.1 -> 10.0.2Nicolas Goudry1-4/+4
2024-06-05Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-04Merge pull request #316925 from r-ryantm/auto-update/git-cliffPascal Bach1-3/+3
git-cliff: 2.2.2 -> 2.3.0
2024-06-04Merge master into staging-nextgithub-actions[bot]3-109/+3
2024-06-04Merge pull request #317157 from xanderio/git-town-fix-completionsNikolay Korotkiy1-3/+3
git-town: fix completions generation
2024-06-04Merge pull request #316329 from techknowlogick/build-giteaMaximilian Bosch2-106/+0
gitea: build from source
2024-06-04git-town: fix completions generationAlexander Sieg1-3/+3
2024-06-04Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-04glab: 1.40.0 -> 1.41.0Jono Chang1-3/+3
diff: https://gitlab.com/gitlab-org/cli/-/compare/v1.37.0...v1.40.0?from_project_id=34675721&straight=false changelog: https://gitlab.com/gitlab-org/cli/-/releases/v1.41.0
2024-06-03gitea: move to by-nametechknowlogick2-129/+0
2024-06-03gitea: build from sourcetechknowlogick1-14/+37
2024-06-03git-cliff: 2.2.2 -> 2.3.0R. Ryantm1-3/+3
2024-06-03Merge master into staging-nextgithub-actions[bot]1-1/+1
2024-06-02Merge pull request #314234 from me-and/git-update-scriptSandro1-1/+1
2024-06-02Merge master into staging-nextgithub-actions[bot]2-37/+759
2024-06-01git-fame: 2.5.2 -> 3.1.1Ivan Malison2-37/+759
2024-06-02Merge master into staging-nextgithub-actions[bot]1-5/+14
2024-06-01Merge pull request #316345 from julius-boettger/gitnuro-aarch64Peder Bergebakken Sundt1-5/+14
gitnuro: add aarch64-linux support
2024-06-01Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-01Merge pull request #316039 from r-ryantm/auto-update/git-townWeijia Wang1-2/+2
git-town: 14.2.0 -> 14.2.1
2024-06-01gitnuro: add aarch64-linux supportjulius-boettger1-5/+14
2024-06-01Merge master into staging-nextgithub-actions[bot]2-4/+11
2024-05-31Merge pull request #316202 from r-ryantm/auto-update/git-mitNick Cao1-3/+3
git-mit: 5.12.202 -> 5.12.203
2024-05-31Merge pull request #278514 from zendo/upd/gitnuroPeder Bergebakken Sundt1-1/+8
gitnuro: add libGL
2024-05-31git-mit: 5.12.202 -> 5.12.203R. Ryantm1-3/+3
2024-05-31Merge branch 'staging' into staging-nextVladimír Čunát1-2/+3
2024-05-31git-town: 14.2.0 -> 14.2.1R. Ryantm1-2/+2
2024-05-30treewide: remove unused occurence of fetchFromGitHub argumentisabel1-1/+0
2024-05-30gh: 2.49.2 -> 2.50.0Alexis Hildebrandt1-3/+3
2024-05-29Merge pull request #315584 from r-ryantm/auto-update/git-macheteNick Cao1-2/+2
git-machete: 3.25.3 -> 3.26.0