R. Ryantm
f8e9302d3a
basedpyright: 1.18.0 -> 1.18.2
2024-10-01 03:24:28 +00:00
Olivér Falvai
14048df284
backrest: fix darwin build
2024-09-30 18:58:16 +02:00
Robert Schütz
f557b32a54
basedpyright: unvendor docify
2024-09-27 07:39:47 +02:00
Enric Morales
41bbffd4f3
basedpyright: 1.17.5 -> 1.18.0
...
- add a simple test that should output 3 errors
2024-09-26 13:16:47 +02:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs
( #344516 )
2024-09-26 08:38:07 +03:00
Artturin
4cb379f4d7
treewide: use nativeBuildInputs
in appimage builder derivations
2024-09-25 23:01:28 +03:00
Fabián Heredia Montiel
ef9d03e34d
bazecor: 1.4.5 -> 1.5.0 ( #343070 )
2024-09-25 09:11:08 -06:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Aleksana
67d9b47a75
backrest: init at 1.5.0 ( #342141 )
2024-09-20 22:06:40 +08:00
William Vandervalk
76fbeedfa5
backrest: init at 1.5.0
2024-09-19 13:43:47 -04:00
Guillaume Cléroux
4b10cd5baa
bazecor: 1.4.5 -> 1.5.0
2024-09-19 11:59:12 -04:00
Enric Morales
d174806d6a
basedpyright: 1.17.4 -> 1.17.5
2024-09-18 13:31:38 +00:00
Fabián Heredia Montiel
5a6178505f
bant: 0.1.6 -> 0.1.7 ( #342177 )
2024-09-17 00:21:27 -06:00
Fabián Heredia Montiel
76536c1278
bazecor: 1.4.4 -> 1.4.5 ( #342329 )
2024-09-17 00:16:21 -06:00
Fabián Heredia Montiel
b58784cb34
badkeys: 0.0.11 -> 0.0.12 ( #342393 )
2024-09-17 00:14:58 -06:00
Fabian Affolter
5a6b0f8ed7
badkeys: 0.0.11 -> 0.0.12
...
Diff: https://github.com/badkeys/badkeys/compare/refs/tags/v0.0.11...v0.0.12
Changelog: https://github.com/badkeys/badkeys/releases/tag/v0.0.12
2024-09-16 22:38:46 +02:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
Guillaume Cléroux
01a41e0146
bazecor: 1.4.4 -> 1.4.5
2024-09-16 11:19:06 -04:00
Henner Zeller
8edd2ff640
bant: 0.1.6 -> 0.1.7
2024-09-15 22:06:15 -07:00
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
Henner Zeller
92ffa4f88a
bant: make compile again with latest bazel
...
It appears that the fixed derivation generated by bazel implicitly
contains other information, such as the path to the java runtime,
making this break.
2024-09-13 11:08:44 -07:00
Emily
2181ab3e22
treewide: unpin SWIG 4
2024-09-12 18:39:57 +01:00
Enric Morales
577b24ef4e
basedpyright: 1.17.3 -> 1.17.4
2024-09-11 08:03:57 +00:00
R. Ryantm
a4d7747b3b
basedpyright: 1.17.2 -> 1.17.3
2024-09-10 03:36:32 +00:00
Peder Bergebakken Sundt
0e0fb1aa95
backgroundremover: substitute --replace with --replace-fail ( #337276 )
2024-09-05 10:59:55 -04:00
Enric Morales
81accfc667
basedpyright: 1.17.1 -> 1.17.2
2024-09-04 15:26:02 +02:00
OTABI Tomoya
c90f794756
treewide: remove refs/tags/
from github release meta.changelog
urls ( #338301 )
2024-09-01 10:53:48 +09:00
Peder Bergebakken Sundt
ebc2389134
treewide: remove refs/tags/
from github release meta.changelog
urls
...
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:
https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
R. Ryantm
21ddda472e
badger: 4.2.0 -> 4.3.0
2024-08-29 12:22:45 +00:00
Enric Morales
42e9bdff8b
basedpyright: 1.17.0 -> 1.17.1
2024-08-28 15:53:21 +00:00
Emily
e02a25ddb7
swig1, swig2: remove ( #336845 )
2024-08-26 15:16:02 +01:00
Locochoco
f3d0638200
basalt-monado: init at 0-unstable-2024-06-21
2024-08-25 15:06:45 -03:00
Roland Coeurjoly
7ffd6194a8
baresip: substitute --replace with --replace-fail
2024-08-25 17:56:03 +02:00
Roland Coeurjoly
f4c63df33c
backgroundremover: substitute --replace with --replace-fail
2024-08-25 17:55:08 +02:00
Ben Darwin
9811da4c78
babeltrace: swig2 -> swig4
2024-08-23 15:33:40 -04:00
Gaetan Lepage
fe63e80c7d
basedpyright: 1.16.0 -> 1.17.0
...
Diff:
https://github.com/DetachHead/basedpyright/compare/v1.16.0...v1.17.0
Changelog:
https://github.com/DetachHead/basedpyright/releases/tag/v1.17.0
2024-08-21 13:30:49 +02:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname}
to string literal ( #336172 )
...
* adwaita-icon-theme: change `${pname}` to string literal
* alp: change `${pname}` to string literal
* alsa-oss: change `${pname}` to string literal
* alsa-plugins: change `${pname}` to string literal
* alsa-ucm-conf: change `${pname}` to string literal
* alsa-utils: change `${pname}` to string literal
* anyrun: change `${pname}` to string literal
* assemblyscript: change `${pname}` to string literal
* audiobookshelf: change `${pname}` to string literal
* baobab: change `${pname}` to string literal
* braa: change `${pname}` to string literal
* brill: change `${pname}` to string literal
* centrifugo: change `${pname}` to string literal
* cheese: change `${pname}` to string literal
* cljfmt: change `${pname}` to string literal
* coppwr: change `${pname}` to string literal
* cosmic-edit: change `${pname}` to string literal
* cosmic-files: change `${pname}` to string literal
* cosmic-store: change `${pname}` to string literal
* cosmic-term: change `${pname}` to string literal
* crate2nix: change `${pname}` to string literal
* cups-kyocera-3500-4500: change `${pname}` to string literal
* dbqn: change `${pname}` to string literal
* dconf-editor: change `${pname}` to string literal
* devhelp: change `${pname}` to string literal
* dmarc-report-converter: change `${pname}` to string literal
* engage: change `${pname}` to string literal
* eog: change `${pname}` to string literal
* evolution-data-server-gtk4: change `${pname}` to string literal
* find-billy: change `${pname}` to string literal
* firefly-iii: change `${pname}` to string literal
* fuchsia-cursor: change `${pname}` to string literal
* geary: change `${pname}` to string literal
* ghex: change `${pname}` to string literal
* gitg: change `${pname}` to string literal
* glasskube: change `${pname}` to string literal
* gnome.gnome-autoar: change `${pname}` to string literal
* gnome.gnome-calculator: change `${pname}` to string literal
* gnome.gnome-calendar: change `${pname}` to string literal
* gnome.gnome-common: change `${pname}` to string literal
* gnome.gnome-dictionary: change `${pname}` to string literal
* gnome.gnome-disk-utility: change `${pname}` to string literal
* gnome.gnome-font-viewer: change `${pname}` to string literal
* gnome.gnome-keyring: change `${pname}` to string literal
* gnome.gnome-screenshot: change `${pname}` to string literal
* gnome.gnome-system-monitor: change `${pname}` to string literal
* gnome.seahorse: change `${pname}` to string literal
* gnome.simple-scan: change `${pname}` to string literal
* gnome.sushi: change `${pname}` to string literal
* gnome.totem: change `${pname}` to string literal
* gnome.yelp: change `${pname}` to string literal
* gnome.yelp-xsl: change `${pname}` to string literal
* gnucap-full: change `${pname}` to string literal
* goredo: change `${pname}` to string literal
* guile-semver: change `${pname}` to string literal
* halo: change `${pname}` to string literal
* intiface-central: change `${pname}` to string literal
* intune-portal: change `${pname}` to string literal
* iscc: change `${pname}` to string literal
* jetbrains-toolbox: change `${pname}` to string literal
* jnr-posix: change `${pname}` to string literal
* keymapp: change `${pname}` to string literal
* libation: change `${pname}` to string literal
* libeduvpn-common: change `${pname}` to string literal
* libmamba: change `${pname}` to string literal
* littlefs-fuse: change `${pname}` to string literal
* logseq: change `${pname}` to string literal
* lxgw-wenkai-tc: change `${pname}` to string literal
* microsoft-identity-broker: change `${pname}` to string literal
* minetest-mapserver: change `${pname}` to string literal
* msalsdk-dbusclient: change `${pname}` to string literal
* neverest: change `${pname}` to string literal
* nf-test: change `${pname}` to string literal
* numbat: change `${pname}` to string literal
* pdf2odt: change `${pname}` to string literal
* plemoljp: change `${pname}` to string literal
* plemoljp-hs: change `${pname}` to string literal
* plemoljp-nf: change `${pname}` to string literal
* pocket-updater-utility: change `${pname}` to string literal
* proto: change `${pname}` to string literal
* pw3270: change `${pname}` to string literal
* ratchet: change `${pname}` to string literal
* read-it-later: change `${pname}` to string literal
* redmine: change `${pname}` to string literal
* regina: change `${pname}` to string literal
* regripper: change `${pname}` to string literal
* revolt-desktop: change `${pname}` to string literal
* rs: change `${pname}` to string literal
* signaturepdf: change `${pname}` to string literal
* sonarlint-ls: change `${pname}` to string literal
* srgn: change `${pname}` to string literal
* stackit-cli: change `${pname}` to string literal
* substudy: change `${pname}` to string literal
* swayosd: change `${pname}` to string literal
* synthesia: change `${pname}` to string literal
* tarlz: change `${pname}` to string literal
* termcap: change `${pname}` to string literal
* tinycompress: change `${pname}` to string literal
* tracexec: change `${pname}` to string literal
* treefmt2: change `${pname}` to string literal
* udev-gothic: change `${pname}` to string literal
* udev-gothic-nf: change `${pname}` to string literal
* vvvvvv: change `${pname}` to string literal
* yggdrasil: change `${pname}` to string literal
* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
Robert Schütz
9b503a951d
Merge pull request #335246 from HaskellHegemonie/init-bato
...
bato: init at 0.1.7
2024-08-17 04:25:54 -07:00
HaskellHegemonie
c39e28cef8
bato: init at 0.1.7
...
Signed-off-by: HaskellHegemonie <znerol@mail.de>
2024-08-17 11:47:18 +02:00
Colin
b297828f75
baresip: enable the pipewire module
2024-08-17 08:17:51 +00:00
Colin
cfa34ac9d2
baresip: enable the gst (gstreamer) module
2024-08-17 08:17:51 +00:00
Colin
6d30a57f86
baresip: enable the gtk feature
...
upstream's CMake feature detection expects the gtk3 package to supply
not only `cflags` but also `cflags_other`. i think the latter was
intended to be optional, so patch it out since our gtk doesn't supply it.
<1501ad367d/cmake/FindGTK3.cmake (L14-L15)
>
2024-08-17 08:17:51 +00:00
Colin
0db1163a48
baresip: packaging cleanups
...
the `LIBRE*` and `USE_*` make flags were removed during the cmake
transition in v2.11.0: <https://github.com/baresip/baresip/pull/2354/files >
upstream now detects features on a best-effort basis, with pkg-config.
2024-08-17 08:17:51 +00:00
Colin
7245ee8389
baresip: assert that all expected modules were compiled
2024-08-17 08:17:51 +00:00
Fabián Heredia Montiel
7ca5b5b68c
Merge pull request #333966 from rhoriguchi/bazecor
...
bazecor: 1.4.2 -> 1.4.4
2024-08-15 15:14:38 -06:00
Enric Morales
85bf56f9d9
basedpyright: 1.15.2 -> 1.16.0
2024-08-14 15:26:00 +02:00
Ryan Horiguchi
f190f6e488
bazecor: 1.4.2 -> 1.4.4
2024-08-11 20:24:05 +02:00
Christian Kögler
f327119de8
bash-language-server: allow user to override shellcheck
2024-08-10 23:04:56 +02:00
Christian Kögler
d1e42ebf09
bash-language-server: fix build phase
2024-08-10 23:04:56 +02:00
Christian Kögler
3c0b4d62a1
bash-language-server: add version test
2024-08-10 22:47:31 +02:00
Pol Dellaiera
804a74e996
Merge pull request #332984 from GaetanLepage/basedpyright
...
basedpyright: 1.15.1 -> 1.15.2
2024-08-07 22:31:12 +02:00
Gaetan Lepage
d270e243c2
basedpyright: 1.15.1 -> 1.15.2
...
Diff:
https://github.com/DetachHead/basedpyright/compare/v1.15.1...v1.15.2
Changelog:
https://github.com/DetachHead/basedpyright/releases/tag/v1.15.2
2024-08-07 14:02:30 +02:00
Doron Behar
a48987f2a3
bash-language-server: use pnpmWorkspace
2024-08-05 18:36:54 +03:00
amesgen
52ec421a00
bazecor: move to by-name
2024-08-04 13:37:09 +02:00
Gaetan Lepage
6beda2c65d
basedpyright: 1.15.0 -> 1.15.1
...
Diff:
https://github.com/DetachHead/basedpyright/compare/v1.15.0...v1.15.1
Changelog:
https://github.com/DetachHead/basedpyright/releases/tag/v1.15.1
2024-07-31 17:01:44 +02:00
Emery Hemingway
96b6d4ac48
balls: init 5.4.0
2024-07-29 16:54:23 +00:00
github-actions[bot]
94c17d2caa
Merge master into staging-next
2024-07-25 00:02:30 +00:00
Gaetan Lepage
701bc1978f
basedpyright: 1.14.0 -> 1.15.0
...
Diff:
https://github.com/DetachHead/basedpyright/compare/v1.14.0...v1.15.0
Changelog:
https://github.com/DetachHead/basedpyright/releases/tag/v1.15.0
2024-07-24 13:52:35 +02:00
Artturin
60e9cffe2c
Merge branch 'master' into staging-next
2024-07-22 22:53:31 +03:00
Leonardo Romor
aa932ca39e
bant: 0.1.5 -> 0.1.6
2024-07-19 20:57:02 +02:00
github-actions[bot]
a6c20a7387
Merge staging-next into staging
2024-07-19 12:01:49 +00:00
Artturin
20cf80e167
Merge branch 'staging-next' into staging
2024-07-17 21:29:37 +03:00
Enric Morales
b9430e8d41
basedpyright: fix stubs not being found in the expected location
2024-07-17 18:25:49 +02:00
Gaetan Lepage
1309890820
basedpyright: 1.13.3 -> 1.14.0
...
Diff:
https://github.com/DetachHead/basedpyright/compare/v1.13.3...v1.14.0
Changelog:
https://github.com/DetachHead/basedpyright/releases/tag/v1.14.0
2024-07-17 13:53:30 +02:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging
2024-07-14 08:35:35 +02:00
éclairevoyant
0926bdbf98
treewide: fix uses of finalAttrs.pname
in source urls
2024-07-12 20:23:39 -04:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname
2024-07-12 20:18:43 -04:00
Vladimír Čunát
2c053848df
Merge branch 'master' into staging
2024-07-11 22:05:05 +02:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Gaetan Lepage
0067a470f8
basedpyright: 1.13.2 -> 1.13.3
...
Diff:
https://github.com/DetachHead/basedpyright/compare/v1.13.2...v1.13.3
Changelog:
https://github.com/DetachHead/basedpyright/releases/tag/v1.13.3
2024-07-10 14:52:53 +02:00
Masum Reza
5509a93cbf
Merge pull request #323099 from tomodachi94/enhance/batik/modernize
...
batik: refactor, modernize
2024-07-09 23:09:04 +05:30
github-actions[bot]
e14242d985
Merge staging-next into staging
2024-07-04 12:01:37 +00:00
github-actions[bot]
9cede82051
Merge master into staging-next
2024-07-04 12:01:10 +00:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
...
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
Gaetan Lepage
0808fdb7ef
basedpyright: 1.13.1 -> 1.13.2
...
Diff:
https://github.com/DetachHead/basedpyright/compare/v1.13.1...v1.13.2
Changelog:
https://github.com/DetachHead/basedpyright/releases/tag/v1.13.2
2024-07-04 09:57:27 +02:00
Weijia Wang
656dc1045d
Merge pull request #322492 from lromor/feature-20240525-bant-init
...
bant: init at 0.1.5
2024-07-04 00:18:46 +02:00
aleksana
a9709c299b
treewide: change cargoSha256 with SRI hash to cargoHash
2024-07-03 21:53:11 +08:00
Weijia Wang
f5a7e092f3
Merge branch 'master' into staging-next
2024-07-02 22:22:02 +02:00
Lily Ballard
15196e1730
treewide: remove lilyball
2024-07-02 15:32:33 -04:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
...
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
K900
665f1d6183
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-02 08:32:46 +03:00
Jade Lovelace
5dfb548004
maintainers: remove lf-
...
Over the last few months I have had at least a half dozen points points
when I have wanted to resign, and my biggest regret is that you can only
resign once.
After the previous such opportunity, I was emotionally done.
Today's shameful incident has made it abundantly clear I am not welcome.
Let's make that official.
It's been a long run and I've met a lot of lovely people working on the
Nix ecosystem. Let's hope that the technology lives on, and that I can
keep working with the lovely people I have spent most of my time working
with, *but outside of Nix*.
2024-07-02 02:07:50 +02:00
Leonardo Romor
da15a92f1f
bant: init at 0.1.5
2024-07-01 18:46:08 +02:00
Alyssa Ross
629d1dc03e
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/lua-modules/generated-packages.nix
2024-07-01 14:34:32 +02:00
Gaétan Lepage
711630874b
Merge pull request #320941 from GaetanLepage/basedpyright
...
basedpyright: 1.12.6 -> 1.13.1
2024-07-01 10:59:09 +02:00
Jan Tojnar
4380c1aa38
baobab: Move from gnome scope to top-level
2024-07-01 08:26:47 +02:00
Gaetan Lepage
dcf6e3f5d4
basedpyright: 1.12.6 -> 1.13.1
...
Diff:
https://github.com/DetachHead/basedpyright/compare/v1.12.6...v1.13.1
Changelog:
https://github.com/DetachHead/basedpyright/releases/tag/v1.13.1
Co-authored-by: Enric Morales <me@enric.me>
2024-06-29 13:48:13 +02:00
K900
bde999c03e
Merge branch 'master' into staging-next
2024-06-29 10:13:13 +03:00
Tomodachi94
82b74001f0
batik: refactor
...
* All JARs end up in $out/share/java, and a few wrappers for the
applications are made in $out/bin (closes #50932 ).
* stdenv -> stdenvNoCC, since no compilers are needed in any stages.
* Remove the vendored Rhino JavaScript engine and replace it with our
Nixpkgs one.
* Add the stripJavaArchivesHook.
This is hopefully a large improvement over the previous derivation
(which simply copied the binary tarball into $out).
2024-06-28 01:43:54 -07:00
Tomodachi94
927e293094
batik: format with nixfmt-rfc-style
2024-06-26 20:57:35 -07:00
Tomodachi94
58417cac95
batik: move to pkgs/by-name
2024-06-26 17:10:11 -07:00
Ryan Hendrickson
b583c887a1
babeltrace: use allowedVersions in updateScript
2024-06-25 17:45:56 -04:00
Martin Weinelt
f822b2ba5c
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Doron Behar
e4f736f21b
Merge pull request #310617 from wentasah/package/python-babeltrace
...
python311Packages.babeltrace: init at 1.5.11
2024-06-18 09:47:22 +03:00
Michal Sojka
e4e8867d5b
babeltrace2: init at 2.0.6
...
Separate from babeltrace 1.x as "the Babeltrace 2 project is completely
independent from Babeltrace 1".
https://github.com/efficios/babeltrace/releases/tag/v2.0.0
Co-authored-by: hacker1024 <hacker1024@users.sourceforge.net>
2024-06-18 07:50:45 +03:00
hacker1024
e09452b585
python311Packages.babeltrace: init at 1.5.11
2024-06-17 23:48:32 +03:00
Michal Sojka
cd8f5fcd28
babeltrace: add myself as maintainer
2024-06-17 21:51:08 +03:00
Doron Behar
460afd473b
babeltrace: 1.5.8 -> 1.5.11
2024-06-17 21:51:07 +03:00
Michal Sojka
b0a25eca28
babeltrace: add update script
2024-06-17 21:51:07 +03:00