Commit graph

15999 commits

Author SHA1 Message Date
Valentin Gagarin f782da699e
Merge pull request #206646 from figsoda/typos 2022-12-18 18:27:57 +01:00
Sandro cd2e631558
Merge pull request #206211 from gador/ipmiview-2-21.0 2022-12-18 17:29:17 +01:00
figsoda ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
AndersonTorres 920161999c yambar: 1.8.0 -> 1.9.0 2022-12-17 10:17:47 -03:00
github-actions[bot] 05ca3d8285
Merge master into staging-next 2022-12-17 06:01:30 +00:00
Sandro 2954100e5b
Merge pull request #204888 from wackbyte/bump-lutris 2022-12-17 03:29:51 +01:00
Martin Weinelt b48e53225c
Merge pull request #206164 from mweinelt/sox-outputs 2022-12-17 01:55:19 +01:00
github-actions[bot] 30b97b0e83
Merge master into staging-next 2022-12-17 00:02:17 +00:00
figsoda 86ee4f3ef8
Merge pull request #206458 from r-ryantm/auto-update/bemenu
bemenu: 0.6.13 -> 0.6.14
2022-12-16 17:50:46 -05:00
R. Ryantm 6f215c6be2 bemenu: 0.6.13 -> 0.6.14 2022-12-16 21:31:22 +00:00
Vladimír Čunát 5bfe30aafa
Merge branch 'master' into staging-next 2022-12-16 21:58:10 +01:00
Sandro 236f1f5854
Merge pull request #205939 from deejayem/add-seashells 2022-12-16 21:22:45 +01:00
github-actions[bot] ac36665726
Merge master into staging-next 2022-12-16 18:01:38 +00:00
Vladimír Čunát e6cd929c5e
Merge branch 'master' into staging-next 2022-12-16 11:09:31 +01:00
kilianar f16c0e15db calibre: 6.9.0 -> 6.10.0
https://github.com/kovidgoyal/calibre/releases/tag/v6.10.0
2022-12-16 10:50:19 +01:00
figsoda 4172cdda7e
Merge pull request #206276 from figsoda/zine
zine: 0.8.1 -> 0.9.0
2022-12-15 22:23:17 -05:00
Sandro 8619b271f9
Merge pull request #204820 from SuperSamus/openrgb 2022-12-16 02:10:01 +01:00
github-actions[bot] b9ac6ee4d9
Merge master into staging-next 2022-12-16 00:02:17 +00:00
Artturin 05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00
figsoda 768c73fa8c zine: 0.8.1 -> 0.9.0
Changelog: https://github.com/zineland/zine/releases/tag/v0.9.0
2022-12-15 11:51:53 -05:00
Florian Brandes 4ae972ab06
ipmiview: 2.20.0 -> 2.21.0
fix build failure, because the old url isn't available anymore

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-12-15 10:16:46 +01:00
Martin Weinelt 73acdd0f22
sox: create dev, lib and man outputs 2022-12-15 01:37:19 +01:00
github-actions[bot] 58a71457f7
Merge master into staging-next 2022-12-15 00:02:26 +00:00
Martino Fontana 0ea5aa9de2 openrgb: 0.7 -> 0.8
Diff: https://gitlab.com/CalcProgrammer1/OpenRGB/-/compare/release_0.7...release_0.8
2022-12-15 00:59:50 +01:00
Jörg Thalheim 8a7f98c0df
Merge pull request #205891 from r-ryantm/auto-update/heimer
heimer: 3.6.2 -> 3.6.3
2022-12-14 22:09:44 +00:00
Jörg Thalheim ad29cc2dbd
Merge pull request #206129 from r-ryantm/auto-update/tut
tut: 1.0.24 -> 1.0.25
2022-12-14 22:08:09 +00:00
Jörg Thalheim 4d7121e9fb
Merge pull request #206112 from SuperSamus/bottles
bottles: 2022.11.14 -> 2022.12.14
2022-12-14 20:51:33 +00:00
R. Ryantm a3f4f11aed tut: 1.0.24 -> 1.0.25 2022-12-14 20:50:34 +00:00
R. Ryantm cb97517032 todoist: 0.16.0 -> 0.17.0 2022-12-14 20:09:28 +00:00
github-actions[bot] eb81abe9c0
Merge master into staging-next 2022-12-14 18:01:37 +00:00
Martino Fontana 3b9ab25c14 bottles: 2022.11.14 -> 2022.12.14 2022-12-14 18:57:59 +01:00
Damien Cassou ad7c286a43
Merge pull request #205818 from DamienCassou/khard-0.18.0 2022-12-14 13:34:49 +01:00
David Morgan 97ecf070e8
seashells: init at 0.1.2 2022-12-14 12:31:56 +00:00
github-actions[bot] 1e7dd98694
Merge master into staging-next 2022-12-14 00:02:18 +00:00
Rick van Schijndel 9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Jan Tojnar 41c8ece32f
Merge pull request #202605 from BenediktBroich/citations
citations: init at 0.5.1
2022-12-13 21:02:00 +01:00
Lassulus 833787b0f2
Merge pull request #198645 from dbalan/db/sweethome3d-0.7
sweethome3d: 6.6 -> 7.0.2
2022-12-13 20:26:41 +01:00
Benedikt Broich 9cea14567f
citations: init at 0.5.1 2022-12-13 19:37:27 +01:00
Fabian Affolter 93a453e3b9
heimer: add changelog to meta
- specify license
2022-12-13 17:09:21 +01:00
R. Ryantm a950e5b2dc heimer: 3.6.2 -> 3.6.3 2022-12-13 09:42:24 +00:00
Damien Cassou 33881cc558
khard: Add passthru.tests.version 2022-12-12 20:00:55 +01:00
Damien Cassou 18289a67b0
khard: 0.17.0->0.18.0 2022-12-12 19:59:38 +01:00
github-actions[bot] 3fcd016cea
Merge master into staging-next 2022-12-12 12:01:25 +00:00
Bobby Rong e6a63fc6ec
Merge pull request #205483 from SFrijters/metamorphose2-remove-buildinput
metamorphose2: remove misspelled buildInput attribute
2022-12-12 14:04:17 +08:00
github-actions[bot] 76e08d0f2f
Merge master into staging-next 2022-12-12 00:03:39 +00:00
Doron Behar 5b856c2392
Merge pull request #205625 from r-ryantm/auto-update/syncthingtray
syncthingtray: 1.3.0 -> 1.3.1
2022-12-11 22:30:22 +02:00
github-actions[bot] 99d681c4e7
Merge master into staging-next 2022-12-11 18:01:21 +00:00
R. Ryantm 1b81002988 edgetx: 2.7.1 -> 2.7.2 2022-12-11 21:07:34 +08:00
0x4A6F ad03270d4a
Merge pull request #204909 from foo-dogsquared/update-dasel
dasel: 1.27.3 -> 2.0.2
2022-12-11 13:48:42 +01:00
R. Ryantm dc71b0500d syncthingtray: 1.3.0 -> 1.3.1 2022-12-11 12:01:55 +00:00