about summary refs log tree commit diff
path: root/pkgs/by-name/db
AgeCommit message (Collapse)AuthorFilesLines
2024-06-16Merge pull request #320205 from yzx9/update-dbeaver-bin-darwinWeijia Wang2-34/+64
dbeaver-bin: add darwin support
2024-06-16Merge pull request #318546 from luftmensch-luftmensch/dbgate_v5.3.0tomberek1-12/+10
dbgate: 5.2.8 -> 5.3.0
2024-06-16dbeaver-bin: add darwin supportyzx92-34/+64
2024-06-13Merge pull request #318589 from jtojnar/u-s-v-ignore-sameJan Tojnar1-2/+1
common-updater-scripts/u-s-v: support --ignore-same-version
2024-06-11dbqn: 0.2.1 -> 0.2.2R. Ryantm1-2/+2
2024-06-10dbgate: 5.2.8 -> 5.3.0luftmensch-luftmensch1-12/+10
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt2-2/+2
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 Hildebrandt1-1/+1
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-2/+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-02Merge pull request #311405 from luftmensch-luftmensch/dbgate_5.2.7Sandro1-0/+73
2024-06-02dbgate: init at 5.2.8luftmensch-luftmensch1-0/+73
2024-05-29dbqn: migrate to by-name (#314612)Anderson Torres1-0/+72
Also, changed the default `buildNativeImage` to false, in order not to bring graalvm-ce as a dependency by accident.
2024-05-27dbeaver-bin: add `wrapGAppsHook3`luoch1-0/+2
2024-05-24Merge pull request #314262 from gepbird/dbeaver-fix-aarch64-and-update-scriptMaciej Krüger2-1/+28
dbeaver-bin: fix aarch64 build, add update script
2024-05-24dbeaver-bin: fix aarch64 hash mismatchGutyina Gergő1-1/+1
2024-05-24dbeaver-bin: add update scriptGutyina Gergő2-0/+27
2024-05-22Merge pull request #288104 from D3vil0p3r/patch-16Emily Trau1-0/+30
dbd: init at 1.50-unstable-2016-01-04
2024-05-20Merge pull request #313021 from r-ryantm/auto-update/dbeaver-binMaciej Krüger1-2/+2
dbeaver-bin: 24.0.4 -> 24.0.5
2024-05-20dbeaver-bin: add `autoPatchelfHook`Naxdy1-0/+2
2024-05-20dbeaver-bin: 24.0.4 -> 24.0.5R. Ryantm1-2/+2
2024-05-17dbeaver-bin: add `.desktop` fileNaxdy1-1/+18
2024-05-17dbeaver-bin: wrap program to find `openjdk17`Naxdy1-1/+7
2024-05-17dbeaver-bin: install to `$out/opt`Naxdy1-3/+3
2024-05-16dbeaver-bin: init at 24.0.4Gutyina Gergő1-0/+54
2024-04-25dbd: init at 1.50-unstable-2016-01-04D3vil0p3r1-0/+30
2023-11-30treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheckPeder Bergebakken Sundt1-1/+1
This will respect `doCheck = false;` overrides, common for cross.
2023-10-18dbus-cpp: Fix pkg-config fileOPNA26081-0/+4
lomiri.mediascanner2 errored due to includedir being a non-existent path. TIL our pkg-config patcher requires ${prefix} to work.
2023-10-14dbus-cpp: Disable testsOPNA26081-2/+3
Tests seem very flaky on some systems / for some ppl. Consistently fail on OfBorg ARM CI, past reports of sporadic test failures on amd64. Not sure if due to weak systems or DBus weirdness. Disabling for now.
2023-10-14dbus-cpp: init at 5.0.3OPNA26081-0/+122