ajs124 and GitHub
3cd064e24d
Merge pull request #272783 from skorpy2009/texstudio
...
texstudio: 4.6.3 -> 4.7.1
2023-12-09 13:45:07 +01:00
Rafael Fernández López
3a743db2b1
wamr: 1.2.3 -> 1.3.0
2023-12-09 13:43:27 +01:00
Lily Foster and GitHub
8a55c06086
Merge pull request #266697 from Nyabinary/xdg-desktop-portal-cosmic
...
xdg-desktop-portal-cosmic: init at unstable-2023-12-07
2023-12-09 07:38:09 -05:00
Frank Lanitz
6e7e88a37d
homebank: 5.7.2 -> 5.7.3
2023-12-09 13:37:58 +01:00
Mihai Fufezan
e467011f9d
openboard: unstable-2022-11-28 -> 1.7.0
2023-12-09 14:10:33 +02:00
Atemu and GitHub
cb57a83355
Merge pull request #272176 from zzzsyyy/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2023-12-03
2023-12-09 13:10:24 +01:00
Jonas Heinrich
1440b865c0
nixos/btrbk: Add required stream_compress packages
2023-12-09 13:03:46 +01:00
Fabian Affolter
e1301b96a8
python311Packages.pyschlage: 2023.11.0 -> 2023.12.0
...
Diff: https://github.com/dknowles2/pyschlage/compare/refs/tags/2023.11.0...2023.12.0
Changelog: https://github.com/dknowles2/pyschlage/releases/tag/2023.12.0
2023-12-09 13:02:42 +01:00
github-actions[bot] and GitHub
870c9dd139
Merge master into staging-next
2023-12-09 12:01:13 +00:00
R. Ryantm
d525f4a696
debianutils: 5.14 -> 5.15
2023-12-09 11:48:23 +00:00
Kevin Cox and GitHub
4e9c954290
Merge pull request #273052 from kevincox/sparkleshare-no-flatpak
...
sparkleshare: Remove fallback to Flatpak image
2023-12-09 06:45:45 -05:00
Thomas Gerbet and GitHub
b6160f9f89
Merge pull request #272349 from stephank/couchdb-3.3.3
...
couchdb3: 3.3.2 -> 3.3.3
2023-12-09 12:31:52 +01:00
Emily and GitHub
24539a3392
Merge pull request #273035 from emilylange/forgejo
...
forgejo: 1.21.1-0 -> 1.21.2-0
2023-12-09 12:31:11 +01:00
Emily and GitHub
0651d3deaf
Merge pull request #272487 from emilylange/chromium
...
{ungoogled-,}chromium,chromedriver: 119.0.6045.199/105 -> 120.0.6099.71
2023-12-09 12:30:24 +01:00
R. Ryantm
130935a3e3
typos: 1.16.23 -> 1.16.24
2023-12-09 11:29:08 +00:00
Maxim Karasev and Jörg Thalheim
580a9d5740
cutter: add qtwayland to build inputs
...
See #174946 .
2023-12-09 12:28:58 +01:00
R. Ryantm
06ce9376de
steamguard-cli: 0.12.3 -> 0.12.5
2023-12-09 11:28:05 +00:00
Weijia Wang and GitHub
7f82ba92ee
Merge pull request #273103 from rvl/datadog-maintainers
...
datadog-agent: Remove self from maintainers
2023-12-09 12:25:31 +01:00
ewuuwe
2889423213
Add cargo.lock
2023-12-09 12:24:42 +01:00
ewuuwe
7e67497d52
Fix double wrapping
2023-12-09 12:24:33 +01:00
ewuuwe
26a09d8980
Update version 1.2.0 -> 1.2.1, update license
2023-12-09 12:23:42 +01:00
Weijia Wang and GitHub
c9e419dee9
Merge pull request #272931 from wegank/llvm-17-bump
...
llvmPackages_17: 17.0.2 -> 17.0.6
2023-12-09 12:23:13 +01:00
Thomas Gerbet and GitHub
47a4404c19
Merge pull request #272730 from buckley310/2023-12-07-brave
...
brave: 1.60.125 -> 1.61.101
2023-12-09 12:21:52 +01:00
Bobby Rong
6ad571ebb3
mate.mate-system-monitor: 1.26.1 -> 1.26.2
...
https://github.com/mate-desktop/mate-system-monitor/compare/v1.26.1...v1.26.2
2023-12-09 19:13:21 +08:00
Gaetan Lepage
c5dd7489e9
mission-center: 0.3.3 -> 0.4.1
...
Changelog: https://gitlab.com/mission-center-devs/mission-center/-/releases/v0.4.1
2023-12-09 11:56:14 +01:00
Maximilian Bosch
bb7921d1d6
flake: also provide proper version info for lib's flake
...
This effectively means that
nixpkgs$ nix eval ./lib#lib.trivial.version
"23.11.20231020.ee0d6b5"
now gives meaningful results as well.
See https://github.com/NixOS/nixpkgs/pull/257100#discussion_r1352075369
for the discussion around this.
2023-12-09 11:45:45 +01:00
Maximilian Bosch and Linus Heckemann
039f73f134
flake: fix lib.trivial.version when used from a flake
...
A lot of fetchers from Nix's own `libfetchers` also provide the
information that `lib.trivial` aims to expose with
`version`/`versionSuffix`/`revision`. In fact you don't even need a
`nixpkgs` channel to get a proper version suffix because of that!
Unfortunately this isn't used currently. When using the
nixpkgs flake, but not `nixpkgs.lib.nixosSystem` to build a NixOS
configuration, the version will always be `YY.MMpre-git`. One example is
e.g. `colmena` which evaluates configurations via
`import (npkgs.path + "/nixos/lib/eval-config.nix")`.
This patch ensures that the version suffix (i.e. the normalized last
modified date + git revision) is correctly exposed in `lib.trivial`.
Additionally, the change is injected into the following locations:
* `lib`: with that, something like
$ nix eval nixpkgs#lib.trivial.version
23.05.20230921.cf8bf79
is working fine (i.e. rather than `23.05pre-git`).
* `legacyPackages` to make sure that e.g. `legacyPackages.<system>.nixos`
has correct version info. This also applies to everything else using
`pkgs.lib.trivial` for that purpose.
* `overlays.default` which can be applied to a `nixpkgs` and changes the
previous `pkgs.lib` from said `nixpkgs` to also contain the correct
`version`/`revision`/etc..
This is useful for people using `nixpkgs` as flake input, but
importing it manually with
import inputs.nixpkgs { }
Co-authored-by: Linus Heckemann <git@sphalerite.org >
2023-12-09 11:45:44 +01:00
R. Ryantm
b70b495b9a
nextcloud-client: 3.10.1 -> 3.10.2
2023-12-09 10:35:48 +00:00
R. Ryantm
638d9ebd50
convco: 0.4.3 -> 0.5.0
2023-12-09 10:12:34 +00:00
Rodney Lorrimar
d353adfc06
datadog-agent: Remove self from meta.maintainers
...
I no longer use this package and am unable to help maintain it.
2023-12-09 18:04:03 +08:00
Rodney Lorrimar
73607ace33
sonata: Remove self from meta.maintainers
2023-12-09 18:02:24 +08:00
Rodney Lorrimar
c9fbc10b67
pythonPackages.*: Remove self from meta.maintainers
2023-12-09 18:02:18 +08:00
Rick van Schijndel and GitHub
515794d98d
Merge pull request #270556 from NickCao/bibutils
...
bibutils: fix cross compilation
2023-12-09 11:01:10 +01:00
Rick van Schijndel and GitHub
1f3c762a95
Merge pull request #271613 from Schweber/master
...
hdrop: init at 0.2.4
2023-12-09 10:58:04 +01:00
Rick van Schijndel and GitHub
5eb361eeb0
Merge pull request #272357 from MikaelFangel/fix-xorriso
...
xorriso: update hash
2023-12-09 10:57:01 +01:00
Rodney Lorrimar
32ee8b4c77
nixos/tests/mysql-backup: Remove self from maintainers
2023-12-09 17:46:09 +08:00
Rodney Lorrimar
c5710ce274
nixos/tests/mongodb: Remove self from maintainers
2023-12-09 17:45:33 +08:00
R. Ryantm
2010a2f7e2
calc: 2.15.0.1 -> 2.15.0.2
2023-12-09 09:24:28 +00:00
Fabian Affolter
70cc290842
python311Packages.google-ai-generativelanguage: 0.3.4 -> 0.3.5
...
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-ai-generativelanguage-v0.3.5/packages/google-ai-generativelanguage/CHANGELOG.md
2023-12-09 10:11:54 +01:00
Nicolas Goudry
84bb50caec
gitkraken: 9.9.2 -> 9.10.0
2023-12-09 10:03:04 +01:00
Nicolas Goudry
652e9e4956
maintainers: add nicolas-goudry
2023-12-09 10:03:04 +01:00
Cottand
7b2399a63c
1.7.0 -> 1.7.1
2023-12-09 08:55:30 +00:00
R. Ryantm
06c4c39181
spglib: 2.1.0 -> 2.2.0
2023-12-09 08:48:38 +00:00
sunder
b77b219705
rtfm: 0.2.2 -> 0.2.3
2023-12-09 11:42:50 +03:00
Anthony Roussel
848b539f97
pcsc-tools: enable darwin build
2023-12-09 09:40:18 +01:00
Anthony Roussel
5b07009546
pcsc-tools: init from pcsctools
...
* pname and upstream name are pcsc-tools
* attribute name is pcsctools
To fix this inconsistency, renamed the attribute name to pcsc-tools
2023-12-09 09:40:18 +01:00
Anthony Roussel
ea03092e12
pcsctools: add anthonyroussel to maintainers
2023-12-09 09:40:17 +01:00
Anthony Roussel
30008fd748
pcsctools: add meta.{changelog,mainProgram}
2023-12-09 09:40:17 +01:00
Anthony Roussel
9a618e439f
pcsctools: add passthru.tests.version
2023-12-09 09:40:17 +01:00
Anthony Roussel
f695688497
fix
2023-12-09 09:40:17 +01:00