Commit Graph

13721 Commits

Author SHA1 Message Date
Thiago Kenji Okada
d9448bd7d9
Merge pull request #166718 from thiagokokada/add-graalvmDrv
buildGraalvmNativeImage: allow usage of arbitrary graalvm derivation
2022-04-01 08:19:43 +01:00
github-actions[bot]
5e1c018e60
Merge master into staging-next 2022-04-01 06:01:23 +00:00
Ryan Mulligan
b9b4df9407
Merge pull request #166731 from r-ryantm/auto-update/p2pool
p2pool: 1.8 -> 1.9
2022-03-31 19:35:18 -07:00
R. Ryantm
b1d0be8bc7 p2pool: 1.8 -> 1.9 2022-03-31 23:02:53 +00:00
Thiago Kenji Okada
5e7759bd9d HentaiAtHome: rename graalvm -> graalvmDrv 2022-03-31 22:37:58 +01:00
github-actions[bot]
be4f006d3c
Merge master into staging-next 2022-03-31 18:01:13 +00:00
Ben Siraphob
61776f460f
treewide: remove stdenv from buildInputs 2022-03-31 11:19:30 -05:00
github-actions[bot]
9aa014c46a
Merge staging-next into staging 2022-03-31 12:02:10 +00:00
Alyssa Ross
ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/einops/default.nix
	pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Alyssa Ross
22c23dbb8d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-31 11:42:24 +00:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Martin Weinelt
d0bfb3ccbb Merge remote-tracking branch 'origin/master' into staging-next 2022-03-31 03:49:37 +02:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Vladimír Čunát
e01c412052 fuzzel: fixup build after librsvg update
Fixes #166121
2022-03-30 10:35:48 -07:00
Ryan Mulligan
ec0dd30e0b
Merge pull request #166249 from r-ryantm/auto-update/dasel
dasel: 1.24.0 -> 1.24.1
2022-03-30 08:53:13 -07:00
Sandro Jäckel
1b89d0a9cb
join-desktop: init at 1.1.2 2022-03-30 15:39:03 +02:00
Cole Helbling
889fd0ca40 _1password: fixup packaging
installPhase was missing a preInstall hook, and concatMapStrings is too
fancy for such a small thing.
2022-03-29 16:32:35 -07:00
Sandro
78e7a97c5e
Merge pull request #166063 from jojosch/dbeaver-fix 2022-03-30 00:10:18 +02:00
Martin Weinelt
630d5e1d0d Merge remote-tracking branch 'origin/master' into staging-next 2022-03-29 18:17:36 +02:00
Ben Siraphob
99c3c6a3cd
Merge pull request #166186 from jyooru/update/obsidian 2022-03-29 09:38:12 -05:00
R. Ryantm
978da552e5 dasel: 1.24.0 -> 1.24.1 2022-03-29 13:44:36 +00:00
Felix Buehler
28e5421927 slic3r: switch to fetchFromGitHub 2022-03-29 13:07:22 +02:00
github-actions[bot]
f0248f968f
Merge staging-next into staging 2022-03-29 06:01:53 +00:00
github-actions[bot]
df0f3ba49a
Merge master into staging-next 2022-03-29 06:01:16 +00:00
Joel
93fb6f2bbc
obsidian: 0.13.31 -> 0.14.2
https://github.com/obsidianmd/obsidian-releases/releases/tag/v0.14.2

filename for darwin needed updating (obsidian -> Obsidian)
2022-03-29 14:37:53 +10:00
Ben Siraphob
27f51c5d7a
Merge pull request #165321 from malob/update-1password 2022-03-28 21:29:23 -05:00
Malo Bourgon
47417621a5 _1password: add shell completions 2022-03-28 15:40:54 -07:00
Malo Bourgon
93eb4dbde1 _1password: refactor code to reduce duplication 2022-03-28 14:30:54 -07:00
Jan Tojnar
c8a5db3854 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Jan Tojnar
997bb5e42c Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/python-modules/dnspython/default.nix
;	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Sandro
a22227520e
Merge pull request #165690 from rhoriguchi/spicetify-cli 2022-03-28 14:29:25 +02:00
Sandro
528edfe5ec
Merge pull request #165187 from rgrinberg/ablog 2022-03-28 13:21:51 +02:00
Sandro
2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
Johannes Schleifenbaum
6056676770
dbeaver: use overridden maven in javaPackages.mavenfod
fixes

dbeaver> [ERROR] Internal error: org.eclipse.tycho.core.ee.UnknownEnvironmentException: Unknown OSGi execution environment: 'JavaSE-17' -> [Help 1]
dbeaver> org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.core.ee.UnknownEnvironmentException: Unknown OSGi execution environment: 'JavaSE-17'
dbeaver>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120)
dbeaver>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
dbeaver>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
dbeaver>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
dbeaver>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
dbeaver>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
dbeaver>     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
dbeaver>     at java.lang.reflect.Method.invoke (Method.java:568)
dbeaver>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
dbeaver>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
dbeaver>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
dbeaver>     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
2022-03-28 12:30:07 +02:00
Pavol Rusnak
1188c14e06
Merge pull request #164457 from prusnak/electrum
electrum: 4.1.5 -> 4.2.1
2022-03-28 11:14:46 +02:00
Vincent Laporte
bb559f92af stog: use dune version 3 2022-03-28 07:08:14 +02:00
Ryan Horiguchi
3c245b4e49
spicetify-cli: 2.9.2 -> 2.9.4 2022-03-27 22:21:03 +02:00
Sandro
2522ff9c46
Merge pull request #165742 from zhaofengli/phosh-0.16.0 2022-03-27 20:15:50 +02:00
github-actions[bot]
36198fe197
Merge staging-next into staging 2022-03-27 18:01:40 +00:00
Pavol Rusnak
882ecdce35
electrum: 4.1.5 -> 4.2.1 2022-03-27 19:47:54 +02:00
Martin Weinelt
d68657af92 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 15:54:05 +02:00
Sandro
42e11bc5e3
Merge pull request #165586 from r-ryantm/auto-update/logseq 2022-03-27 12:56:47 +02:00
Francesco Gazzetta
2d67f3ae6b
organicmaps: init at 2021-05-15 (#123259) 2022-03-27 12:15:15 +02:00
Bobby Rong
c99d4dc0ad
Merge pull request #165900 from r-ryantm/auto-update/koreader
koreader: 2022.03 -> 2022.03.1
2022-03-27 17:58:48 +08:00
github-actions[bot]
ec92b288e2
Merge staging-next into staging 2022-03-27 06:01:57 +00:00
R. Ryantm
c58f2135ea koreader: 2022.03 -> 2022.03.1 2022-03-27 01:14:22 +00:00
Martin Weinelt
7be28200e2 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 01:45:13 +01:00
Artturi
d4ac7d201d
Merge pull request #165769 from maxhbr/maxhbr/bump-freeplane-to-1.9.14 2022-03-27 01:10:30 +02:00
yuu
1b9bb6909a nix-tour: 0.0.1 -> unstable-2022-01-03 2022-03-26 23:57:59 +02:00
yuu
01dd766701 nix-tour: Add XDG desktop entry
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2022-03-26 23:57:59 +02:00
yuu
976de01d44 nix-tour: refactoring
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2022-03-26 23:51:02 +02:00
Ben Siraphob
ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Rudi Grinberg
da264c508d ablog: init at 0.10.23 2022-03-26 08:33:37 -06:00
Maximilian Huber
adf026421e freeplane: 1.9.5 -> 1.9.14
Signed-off-by: Maximilian Huber <gh@maxhbr.de>
2022-03-26 13:22:06 +01:00
github-actions[bot]
b2fc63a844
Merge staging-next into staging 2022-03-26 12:02:50 +00:00
github-actions[bot]
811b90f085
Merge master into staging-next 2022-03-26 12:01:14 +00:00
Jan Tojnar
94b4123015
Merge pull request #162862 from linsui/solanum
gnome-solanum: init at 3.0.1
2022-03-26 11:37:32 +01:00
toonn
d81e16ccf6
mupdf: Refactor desktop item (#165117)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-26 11:34:50 +01:00
Vladimír Čunát
a42ca0678b
Merge branch 'master' into staging-next 2022-03-26 09:20:38 +01:00
Vladimír Čunát
b9eab51eed
Merge #160343: GNOME: 41 -> 42 2022-03-26 09:16:07 +01:00
Artturi
b01423905a
Merge pull request #165731 from bobby285271/almanah
almanah: fix build with meson 0.61
2022-03-26 06:50:43 +02:00
Zhaofeng Li
69c490670e phoc: 0.12.0 -> 0.13.0 2022-03-25 20:24:04 -07:00
R. Ryantm
f99046bcab taskwarrior-tui: 0.21.0 -> 0.21.1 2022-03-25 22:12:45 -04:00
github-actions[bot]
7e0fb26e96
Merge staging-next into staging 2022-03-26 00:02:59 +00:00
github-actions[bot]
880c50a133
Merge master into staging-next 2022-03-26 00:02:23 +00:00
maxine [they]
65f39165eb
Merge pull request #165479 from savannidgerinel/savanni/1password-browsersupport
nixos/1password-gui: init at 8.6.0
2022-03-25 21:48:31 +01:00
github-actions[bot]
84962daf66
Merge staging-next into staging 2022-03-25 18:01:48 +00:00
github-actions[bot]
c6dd9fd65d
Merge master into staging-next 2022-03-25 18:01:14 +00:00
Maciej Krüger
511e56d76c
Merge pull request #140406 from mkg20001/mvn 2022-03-25 15:08:44 +01:00
Jan Tojnar
3b052a0f61 orca: 42.rc → 42.0
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_RC...ORCA_42_0
2022-03-25 15:02:50 +01:00
Jan Tojnar
a150787ddc orca: 42.beta → 42.rc
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_BETA...ORCA_42_RC
2022-03-25 15:02:38 +01:00
Jan Tojnar
30f4cad09d orca: 41.2 → 42.beta
https://gitlab.gnome.org/GNOME/orca/-/compare/41.2...42.beta
2022-03-25 15:01:26 +01:00
Jan Tojnar
7d2ded8c0f gnome-desktop: Move into top-level 2022-03-25 15:01:21 +01:00
github-actions[bot]
8357b101a5
Merge staging-next into staging 2022-03-25 12:02:05 +00:00
Lucas Hoffmann
47190314df treewide: replace defunct git://github.com urls with https://
Github has removed support for git://github.com and recommends
https://github.com instead.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-25 11:21:42 +01:00
Vladimír Čunát
0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
Ben Siraphob
22ad0a991b
Merge pull request #165389 from gador/octoprint-fix-black 2022-03-24 23:58:08 -05:00
Bobby Rong
c359339249
almanah: fix build with meson 0.61 2022-03-25 11:24:43 +08:00
Ben Siraphob
e0e745fe26
Merge pull request #165512 from Artturin/metarepremove 2022-03-24 22:19:44 -05:00
Zak Kemble
05124c72a9 avrdudess: 2.2 -> 2.13
Also updated download locations to GitHub.
2022-03-24 23:34:12 +01:00
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
davidak
6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
Savanni D'Gerinel
7f1f6eeffb nixos/1password-gui: init at 8.6.0
Browser Integration requires setgid and setuid programs, which needs to be done in the system configuration.

This is cleaner than the ad-hoc ways we have to set things up for platforms without a global configuration file.
2022-03-24 10:13:43 -04:00
Doron Behar
4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir 2022-03-24 13:51:27 +02:00
R. Ryantm
c3bbd2b715 logseq: 0.6.3 -> 0.6.5 2022-03-24 09:46:14 +00:00
Artturi
1edbe1754f
Merge pull request #163701 from tams/obsidian-protocol-handler 2022-03-24 06:13:50 +02:00
Felix Buehler
3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
OPNA2608
d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
florian on nixos (Florian Brandes)
6eb2adefda
octoprint: fix build due to black
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-23 10:52:55 +01:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00:00
Sandro
8f0607cab8
Merge pull request #165311 from tfmoraes/zettlr-2.2.4 2022-03-23 05:52:30 +01:00
André-Patrick Bubel
e67d3a3e14
prusa-slicer: 2.4.0 -> 2.4.1 (#163933)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 03:50:04 +01:00
Malo Bourgon
06113f18b4 _1password: 1.12.2 -> 2.0.0 2022-03-22 12:36:05 -07:00
Thiago Franco de Moraes
94fa436e1b
Zettlr: 2.2.3 -> 2.2.4 2022-03-22 15:14:22 -03:00
github-actions[bot]
e452d308f5
Merge staging-next into staging 2022-03-22 12:02:02 +00:00
Bobby Rong
b41aeea9a1
Merge pull request #165157 from r-ryantm/auto-update/taskwarrior-tui
taskwarrior-tui: 0.20.1 -> 0.21.0
2022-03-22 19:17:08 +08:00
Bobby Rong
8d0d405bdf
Merge pull request #165094 from r-ryantm/auto-update/koreader
koreader: 2022.02 -> 2022.03
2022-03-22 19:14:52 +08:00
github-actions[bot]
c62314becb
Merge staging-next into staging 2022-03-22 06:01:42 +00:00
Ben Siraphob
dad44e4f94
Merge pull request #165118 from toonn/mupdf-darwin-app 2022-03-22 00:43:15 -05:00
Ben Siraphob
9ca8091c3a
Merge pull request #165116 from toonn/mupdf-fix-darwin 2022-03-22 00:29:09 -05:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
github-actions[bot]
03c279d7ea
Merge staging-next into staging 2022-03-22 00:02:58 +00:00
Benjamin Staffin
f187e76e99 Merge remote-tracking branch 'origin/master' into mvn 2022-03-21 19:43:09 -04:00
Savanni D'Gerinel
a8f938c15c 1password-gui: 8.5.0 -> 8.6.0 2022-03-21 16:06:11 -07:00
Benjamin Staffin
34006ebc9d Merge remote-tracking branch 'origin/master' into mvn 2022-03-21 18:37:45 -04:00
Pascal Bach
830a13399a
Merge pull request #164136 from psydvl/bottles
`bottles`: `2022.2.28-trento-1` -> `2022.3.14-trento-3` & add autoupdate
2022-03-21 22:37:51 +01:00
Pascal Bach
6b4e7db291
Merge pull request #164998 from asbachb/bugfix/bottles/164997
bottles: added `gnutls` to `extraLibraries` to enable encryption support
2022-03-21 22:37:25 +01:00
Sandro
10d595efc1
tpmmanager: fetch tag 2022-03-21 22:20:31 +01:00
R. Ryantm
6beb1f8e11 taskwarrior-tui: 0.20.1 -> 0.21.0 2022-03-21 19:39:30 +00:00
github-actions[bot]
6ae26bb3c8
Merge staging-next into staging 2022-03-21 18:07:51 +00:00
toonn
66f1f073c2
mupdf: Add patches 2022-03-21 16:35:56 +01:00
oxalica
b4c266b8e5
electron-cash: 4.2.5 -> 4.2.7 2022-03-21 22:59:12 +08:00
toonn
5c4f57cc57
mupdf: Add Darwin application 2022-03-21 15:41:06 +01:00
toonn
e7d335fa8b
mupdf: Don't build X11 binaries by default on Darwin 2022-03-21 15:40:14 +01:00
toonn
a149e9b220
mupdf: Unbreak build on Darwin
Recent changes (ea5dd0974d) dropped a
patch Darwin needed. I've added a new unconditional patch, because it
doesn't affect Linux and this way it's more obvious when the patch needs
updating.

I decided to add the `xcbuild` dependency because the upstream
build uses `xcrun` and I don't know of a good reason not to.
2022-03-21 14:28:13 +01:00
toonn
9eb2001217
mupdf: Patch out which
This popped up while fixing up the expression for Darwin. Apparently
`which` isn't on the PATH there for Nix builds. May be considered an
impurity on Linux. `command -v` is the POSIX way to do basically the
same thing so I just patched out `which`.
2022-03-21 14:28:13 +01:00
Kevin Cox
03891bb4bb
Merge pull request #163414 from fgaz/faircamp/init
faircamp: init at unstable-2022-01-19
2022-03-21 08:41:25 -04:00
github-actions[bot]
de642acb2e
Merge staging-next into staging 2022-03-21 12:10:50 +00:00
Manuel Bärenz
9046ecff84
Merge pull request #163608 from turion/dev_fix_keepassxc_163482
nixosTests.keepassxc: Add regression test for #163482
2022-03-21 12:24:32 +01:00
Vladimír Čunát
a519740b4c
Merge branch 'staging-next' into staging 2022-03-21 11:57:43 +01:00
R. Ryantm
d79779a1f4 koreader: 2022.02 -> 2022.03 2022-03-21 10:25:56 +00:00
Maciej Krüger
19d4f7dc48
Merge pull request #165055 from r-ryantm/auto-update/dbeaver 2022-03-21 10:09:25 +01:00
R. Ryantm
0241bed8f7 dbeaver: 22.0.0 -> 22.0.1 2022-03-21 04:10:14 +00:00
pennae
e2f381b2f1
blender: 2.93.5 -> 3.1.0 (#164987)
blender 3.1 now requires python 3.10 and zstd to build. also pin
cudatoolkit to 11 and optix to 7.3 as requested by the blender build
instructions for 3.1
2022-03-20 16:30:54 -04:00
Benjamin Asbach
e615751671 bottles: added gnutls to extraLibraries to enable encryption support
see #164997
2022-03-20 18:27:19 +01:00
Bobby Rong
b3549ba290
Merge pull request #164837 from bobby285271/pantheon-eco
various: remove elementary-icon-theme from buildInputs & vala 0.56 fixes
2022-03-20 13:34:08 +08:00
Martin Weinelt
f4f3622cb1 Merge remote-tracking branch 'origin/staging-next' into staging 2022-03-20 00:00:32 +01:00
Mario Rodas
ef081d4355
Merge pull request #164191 from r-ryantm/auto-update/gallery-dl
gallery-dl: 1.20.5 -> 1.21.0
2022-03-19 11:53:50 -05:00
Bobby Rong
c2a3e01256
Merge pull request #164744 from bbigras/anytype
anytype: 0.23.5 -> 0.24.0
2022-03-19 22:47:52 +08:00
Ryan Mulligan
522bf737df
Merge pull request #164836 from r-ryantm/auto-update/dasel
dasel: 1.23.0 -> 1.24.0
2022-03-19 06:33:44 -07:00
Bobby Rong
27d8d662b8
Merge pull request #164470 from r-ryantm/auto-update/sigi
sigi: 3.0.2 -> 3.0.3
2022-03-19 21:08:45 +08:00
Bobby Rong
32daca577f
tootle: fix build with vala 0.56 2022-03-19 17:16:33 +08:00
Bobby Rong
0180c45910
appeditor: fix build with vala 0.56 2022-03-19 17:16:33 +08:00
Bobby Rong
88aee703c2
various: remove elementary-icon-theme from buildInputs
These apps don't hardcode their icon themes and the icon theme
is no longer picked up by wrapGAppsHook by default. User may
also able to choose to use icon themes of their choice so pulling
them to XDG_DATA_DIRS is mostly no use.
2022-03-19 17:16:30 +08:00
R. Ryantm
d93d3bf4b2 dasel: 1.23.0 -> 1.24.0 2022-03-19 09:11:18 +00:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
Will Dietz
8194cb438d
font-manager: 0.8.7 -> 0.8.8 (#164483)
https://github.com/FontManager/font-manager/releases/tag/0.8.8
2022-03-18 14:45:40 -05:00
Bruno Bigras
c2f5178fbb anytype: 0.23.5 -> 0.24.0 2022-03-18 13:06:13 -04:00
Manuel Bärenz
53f2237575 keepassxc: Add wrapGAppsHook. Fixes #163482. 2022-03-18 16:47:34 +01:00
figsoda
46e3ed49ec
Merge pull request #163340 from r-ryantm/auto-update/joshuto
joshuto: 0.9.2 -> 0.9.3
2022-03-18 10:05:10 -04:00
Tony Höglund
3bb23a5b32 archisteamfarm: update dependencies 2022-03-18 07:24:53 +01:00
github-actions[bot]
07e0324dff
Merge staging-next into staging 2022-03-18 06:01:55 +00:00
Anderson Torres
e1ae1fcd86
Merge pull request #164647 from AndersonTorres/new-misc
abook: set platforms to unix
2022-03-17 23:58:22 -03:00
AndersonTorres
cc1e9f4257 abook: set platforms to unix 2022-03-17 21:50:51 -03:00
github-actions[bot]
739cf04cb7
Merge staging-next into staging 2022-03-17 18:02:05 +00:00
Johannes Schleifenbaum
8512487f45
moonlight-qt: set meta.mainProgram 2022-03-17 11:42:08 +01:00
github-actions[bot]
abc8ee49e5
Merge staging-next into staging 2022-03-17 06:01:51 +00:00
Bobby Rong
0ac537de56
Merge pull request #164485 from fleaz/fix_superslicer_url
super-slicer: fix typo in meta.homepage
2022-03-17 08:41:26 +08:00
github-actions[bot]
2eac3106df
Merge staging-next into staging 2022-03-17 00:02:45 +00:00
Felix Buehler
e714999403 mop: switch to fetchFromGitHub 2022-03-16 23:23:10 +01:00
Felix Buehler
45c1cc2175 nix-tour: switch to fetchFromGitHub 2022-03-16 23:23:10 +01:00
Felix Buehler
3a1e015627 tpmmanager: switch to fetchFromGitHub 2022-03-16 23:23:10 +01:00
Pavol Rusnak
0fcf66c74a
Merge pull request #164268 from MrMebelMan/update/kratos
kratos: 0.8.0-alpha.3 -> 0.8.3-alpha.1.pre.0
2022-03-16 22:45:10 +01:00
fleaz
3bbf26b8ab
super-slicer: fix typo in meta.homepage 2022-03-16 21:07:42 +01:00
R. Ryantm
8e31cca343 sigi: 3.0.2 -> 3.0.3 2022-03-16 18:31:21 +00:00
oxalica
a9aa5ccb3a
taskwarrior: 2.6.1 -> 2.6.2 2022-03-16 16:04:00 +08:00
Jan Schmitt
097b3eb306
mob: fix optional withSpeech under darwin
* build was broken under darwin due to incompatible dep that has been
  pulled in via "withSpeech ? true"
2022-03-16 07:14:38 +01:00
zowoq
6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
R. Ryantm
cec06cbfb0 stork: 1.4.0 -> 1.4.1 2022-03-15 20:30:51 -04:00
Sandro
4b592e0998
Merge pull request #159957 from sikmir/kchmviewer 2022-03-15 17:16:37 +01:00
Sandro
1c1ff479b3
Merge pull request #161708 from niknetniko/bump/gramps 2022-03-15 17:13:49 +01:00
Vladyslav Burzakovskyy
df2327ee24 kratos: 0.8.0-alpha.3 -> 0.8.3-alpha.1.pre.0 2022-03-15 14:38:14 +01:00
R. Ryantm
e1b534c8f2 gallery-dl: 1.20.5 -> 1.21.0 2022-03-15 02:29:21 +00:00
Dmitriy
d37f993770 bottles: 2022.2.28-trento-1 -> 2022.3.14-trento-3 2022-03-14 20:11:57 +03:00
Dmitriy
498e4973b3 bottles: added autoupdate 2022-03-14 20:11:57 +03:00
Alyssa Ross
6d48ecf2dd eos-installer: init at 4.0.3
eos-installer is a GUI Linux image installer program.  It was designed
to install Endless OS but is becoming more generic over time.
2022-03-14 12:56:54 +00:00
Alyssa Ross
d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/compilers/ocaml/4.12.nix
	pkgs/development/python-modules/oci/default.nix
	pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00
Bernardo Meurer
55cd2bda79
Merge pull request #163945 from r-ryantm/auto-update/waybar
waybar: 0.9.10 -> 0.9.12
2022-03-13 21:01:57 -07:00
Felix Bühler
5c9ec40ad2
Merge pull request #164014 from Stunkymonkey/mediaelch-2.8.16
mediaelch: 2.8.14 -> 2.8.16
2022-03-13 19:17:17 +01:00
Felix Buehler
a45244eb8e mediaelch: 2.8.14 -> 2.8.16 2022-03-13 16:39:37 +01:00
Peter Hoeg
27e32bbfde nixos/systembus-notify: add support for system services notifying users 2022-03-13 20:21:21 +08:00
Bobby Rong
94e02ae4ea
Merge pull request #162361 from r-ryantm/auto-update/otpclient
otpclient: 2.4.8 -> 2.4.9.1
2022-03-13 15:33:28 +08:00
Bobby Rong
2a6ff1c7c9
Merge pull request #163244 from r-ryantm/auto-update/charm
charm: 0.10.2 -> 0.10.3
2022-03-13 15:06:14 +08:00
R. Ryantm
2da9a53905 waybar: 0.9.10 -> 0.9.12 2022-03-13 02:14:12 +00:00
Sandro
a41ccc8966
Merge pull request #163629 from vtuan10/fluidd-update 2022-03-12 23:46:30 +01:00
Sandro
3c148df2c5
Merge pull request #163690 from 0x4A6F/master-dasel 2022-03-12 23:37:10 +01:00
SaltyKitkat
ee10813404
logseq: 0.6.1 -> 0.6.3 (#163754) 2022-03-12 23:32:10 +01:00
Ryan Mulligan
edb8c4d82a
Merge pull request #162983 from r-ryantm/auto-update/splitter
mkgmap-splitter: 645 -> 647
2022-03-12 14:55:23 -06:00
Ryan Mulligan
a9b445de20
Merge pull request #163767 from r-ryantm/auto-update/hubstaff
hubstaff: 1.6.4-6681f81d -> 1.6.5-31be26f1
2022-03-12 14:03:55 -06:00
Robert Schütz
8db28de919 metadata-cleaner: 2.1.4 -> 2.1.5
https://gitlab.com/rmnvgr/metadata-cleaner/-/blob/v2.1.5/CHANGELOG.md
2022-03-12 19:34:37 +00:00
Nikolay Korotkiy
3f4faa39a0 crow-translate: 2.9.1 → 2.9.2 2022-03-12 14:18:09 +00:00
R. Ryantm
dbd2169f7e hubstaff: 1.6.4-6681f81d -> 1.6.5-31be26f1 2022-03-12 06:20:55 +00:00
Tams Hetesi
77135ce763 obsidian: Add obsidian:// scheme handler 2022-03-11 21:53:34 +01:00
0x4A6F
53a45ae8f6
dasel: 1.22.1 -> 1.23.0 2022-03-11 19:51:58 +01:00
github-actions[bot]
a9a2d9475d
Merge staging-next into staging 2022-03-11 18:01:59 +00:00
Fabian Affolter
1c6c209867 sox: update hash 2022-03-11 13:16:02 +01:00
github-actions[bot]
7a0501594d
Merge staging-next into staging 2022-03-11 06:02:02 +00:00
Ben Siraphob
267148d196
Merge pull request #163542 from sandro-fugro/add-darwin-support-obsidian 2022-03-10 21:59:01 -08:00
Sandro Stikić
f3a676cb1d obsidian: add x86_64-darwin/aarch64-darwin support 2022-03-11 12:10:14 +08:00
github-actions[bot]
eaea048b2a
Merge staging-next into staging 2022-03-11 00:02:48 +00:00
Van Tuan Vo
02fd7dcb29
fluidd: 1.16.2 -> 1.17.1 2022-03-10 23:59:05 +01:00
Martin Weinelt
1428d801be
Merge pull request #156794 from risicle/ris-sox-unstable-2021-05-09 2022-03-10 22:33:24 +01:00
Renaud
779ad00dfd
Merge pull request #155123 from sei40kr/update-nwg-drawer
nwg-drawer: 0.1.11 -> 0.2.8
2022-03-10 19:08:14 +01:00
github-actions[bot]
03c9842a65
Merge staging-next into staging 2022-03-10 18:02:01 +00:00
Seong Yong-ju
5f531579af nwg-drawer: 0.1.11 -> 0.2.8 2022-03-11 02:16:11 +09:00
Mr Hedgehog
fb4fe342b8
sway-launcher-desktop: init at 1.5.4 2022-03-10 09:06:42 -05:00
hiljusti
dca5021c14 sigi: 3.0.0 -> 3.0.2 2022-03-09 23:11:56 -08:00
github-actions[bot]
8379968bb2
Merge staging-next into staging 2022-03-10 06:02:07 +00:00
Bobby Rong
50c314535a
Merge pull request #162929 from eduarrrd/marktext
marktext: 0.16.3 -> 0.17.1
2022-03-10 13:11:26 +08:00
github-actions[bot]
ded44e80ff
Merge staging-next into staging 2022-03-10 00:02:45 +00:00