Commit Graph

46 Commits

Author SHA1 Message Date
Bruno Bigras
29114fd658 zed-editor: 0.149.6 -> 0.150.4 2024-08-28 13:02:38 -04:00
Gaetan Lepage
4a791bd5d4 zed-editor: 0.149.5 -> 0.149.6
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.149.5...0.149.6

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.149.6
2024-08-27 15:02:01 +02:00
Gaetan Lepage
c6996e869b zed-editor: 0.149.3 -> 0.149.5
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.149.3...0.149.5

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.149.5
2024-08-22 23:19:48 +02:00
Gaétan Lepage
8294a46c6c
Merge pull request #336135 from bbigras/push-qwqxkxsymmsl
zed-editor: 0.148.1 -> 0.149.3
2024-08-21 07:45:20 +02:00
Bruno Bigras
40024302ff zed-editor: 0.148.1 -> 0.149.3 2024-08-20 15:02:11 -04:00
Gaetan Lepage
8fb69d99c0 zed-editor: disable auto-updates 2024-08-20 16:13:19 +02:00
Florian Klink
815d5589d9
zerotierone: fix build with Rust 1.80 (#335676)
Manually bump the `time` crate in the `Cargo.lock` file, and the
`time-macros` dependency that needs to be bumped as well.

This fixes the build for zerotierone without having to wait for
https://github.com/NixOS/nixpkgs/pull/300532 and the staging cycle it
needs to go through.

Alternative to https://github.com/NixOS/nixpkgs/pull/335051, which
depends on above functionality.

See https://github.com/NixOS/nixpkgs/issues/332957 for context.
2024-08-19 09:38:56 +02:00
Bruno Bigras
7fbe785f8a zed-editor: 0.148.0 -> 0.148.1 2024-08-15 11:06:28 -04:00
Bruno Bigras
a9228c106d zed-editor: 0.147.2 -> 0.148.0 2024-08-14 13:42:56 -04:00
Gaetan Lepage
d15083e985 zed-editor: 0.146.5 -> 0.147.2
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.146.5...0.147.2

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.147.2
2024-08-08 10:15:22 +02:00
Gaetan Lepage
89604b3f63 zed-editor: 0.146.4 -> 0.146.5
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.146.4...0.146.5

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.146.5
2024-08-03 11:07:37 +02:00
Gaetan Lepage
6ae6635e54 zed-editor: 0.146.3 -> 0.146.4
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.146.3...0.146.4

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.146.4
2024-08-01 22:13:09 +02:00
Gaetan Lepage
2e316462ff zed-editor: 0.145.1 -> 0.146.3
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.145.1...0.146.3

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.146.3
2024-08-01 07:40:44 +02:00
zimbatm
840dc890e9 zerotierone: move to by-name 2024-07-31 09:10:32 +02:00
Gaetan Lepage
a63b8c758c zed-editor: 0.144.4 -> 0.145.1
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.144.4...0.145.1

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.145.1
2024-07-28 14:05:10 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Dennis Stengele
6f3ba8d714
nixos/zeronsd: init module and package (#253610)
* zeronsd: init at 0.5.2

* nixos/zeronsd: init at 0.5.2

This is the module for the new zeronsd package.
2024-07-26 15:20:56 +02:00
Gaetan Lepage
fdef90a430
zed-editor: 0.141.3 -> 0.144.4
Diff:
https://github.com/zed-industries/zed/compare/refs/tags/v0.141.3...0.144.4

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.144.4
2024-07-22 20:25:25 +05:30
Sergei Trofimovich
cce8e5df89
zenity: 4.0.1 → 4.0.2
https://gitlab.gnome.org/GNOME/zenity/-/compare/4.0.1...4.0.2
2024-07-13 20:31:56 +08:00
Jan Solanti
98b40eb5dc zed-editor: fix .desktop file 2024-07-05 18:52:11 +03:00
Liam Murphy
731f1c7f86
zed-editor: make $out/bin/zed the CLI, not the main binary
The CLI allows opening new files/folders while the app is still running, as well
as starting the app in the background without taking up your terminal.

This matches the official bundle-linux script: https://github.com/zed-industries/zed/blob/main/script/bundle-linux

Before:

```sh
$ zed flake.nix
zed is already running
```

After:

```sh
$ zed flake.nix
$ # works!
```

I'm not sure what the current status of this package's Darwin support is; the
new code I added should probably be Linux-only, but so should the .desktop file
generation which is currently run unconditionally, so I left it as running
unconditionally for now.
2024-07-04 15:13:43 +10:00
Jan Tojnar
b69ed4249d zenity: Move from gnome scope to top-level
It is widely used outside gnome, not much inside.
2024-07-01 08:26:47 +02:00
Gaetan Lepage
36cc58bdb4 zed-editor: 0.141.2 -> 0.141.3
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.141.2...0.141.3

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.141.3
2024-06-28 16:53:25 +02:00
Gaetan Lepage
f5be5c2324 zed-editor: 0.137.6 -> 0.141.2
Diff:
https://github.com/zed-industries/zed/compare/refs/tags/v0.137.6...0.141.2

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.141.2

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2024-06-27 13:45:07 +02:00
Lukas Lihotzki
418f08ff12 zed-editor: add withGLES flag 2024-06-21 15:38:36 +02:00
Gaetan Lepage
c5d4d45811 zed-editor: 0.137.5 -> 0.137.6
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.137.5...0.137.6

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.137.6
2024-05-31 23:27:28 +02:00
Gaetan Lepage
64ac180251 zed-editor: 0.137.2 -> 0.137.5
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.137.2...0.137.5

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.137.5
2024-05-30 21:34:00 +02:00
Gaetan Lepage
9e0171f79b zed-editor: 0.136.2 -> 0.137.2
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.136.2...0.137.2

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.137.2
2024-05-29 23:50:35 +02:00
Gaetan Lepage
5e8eb42575 zed-editor: 0.135.2 -> 0.136.2
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.135.2...0.136.2

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.136.2
2024-05-25 15:56:13 +02:00
Sigmanificient
cc8120d3ff pkgs/by-name: remove unuseed fetchpatch arguments 2024-05-24 02:49:58 +02:00
Gaetan Lepage
15abab9da3 zed-editor: 0.134.4 -> 0.135.2
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.134.4...0.135.2

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.135.2
2024-05-15 21:52:23 +02:00
Gaetan Lepage
e78520ec6b zed-editor: 0.133.7 -> 0.134.4
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.133.7...0.134.4

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.134.4
2024-05-10 16:39:40 +02:00
Gaetan Lepage
759c453900 zed-editor: 0.133.5 -> 0.133.7
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.133.5...0.133.7

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.133.7
2024-05-03 23:38:56 +02:00
Gaetan Lepage
7c8441a712 zed-editor: 0.132.4 -> 0.133.5
Diff:
https://github.com/zed-industries/zed/compare/refs/tags/v0.132.4...0.133.5

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.133.5
2024-05-01 19:26:18 +02:00
Gaetan Lepage
226cc40018 zed-editor: 0.132.3 -> 0.132.4
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.132.3...0.132.4

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.132.4
2024-04-29 18:41:40 +02:00
Gaetan Lepage
c49f275120 zed-editor: 0.132.2 -> 0.132.3
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.132.2...0.132.3

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.132.3
2024-04-27 22:11:12 +02:00
Gaetan Lepage
1645ff9806 zed-editor: 0.131.6 -> 0.132.2
Diff:
https://github.com/zed-industries/zed/compare/refs/tags/v0.131.6...0.132.2

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.132.2
2024-04-25 01:30:01 +02:00
Gaetan Lepage
8f1ccb4eae zed-editor: 0.130.7 -> 0.131.6
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.130.7...0.131.6

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.131.6
2024-04-17 23:47:18 +02:00
Gaetan Lepage
a927dcf027 zed-editor: 0.130.6 -> 0.130.7
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.130.6...0.130.7

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.130.7
2024-04-15 23:08:14 +02:00
Gaetan Lepage
6367606662 zed-editor: mark as broken on darwin 2024-04-12 14:03:24 +02:00
Gaetan Lepage
b38b56ae1e zed-editor: 0.129.2 -> 0.130.6
Diff:
https://github.com/zed-industries/zed/compare/refs/tags/v0.129.2...0.130.6

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.130.6
2024-04-11 23:57:32 +02:00
Gaetan Lepage
1dc8a2c39e zed-editor: init at 0.129.2 2024-04-04 15:54:34 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Artturin
20591326aa treewide: remove unnecessary patching of configure script
The configure phase of `stdenv` now runs `patchShebangs` on
`configureScript`.

Did not remove `patchShebangs` in packages which override `configurePhase`
2023-11-25 18:16:12 +02:00
Anderson Torres
6864f2c2e7 zesarux: 10.0 -> unstable-2023-10-31 2023-11-04 22:18:10 -03:00
Anderson Torres
8cc7aad8c8 zesarux: migrate to by-name 2023-11-04 22:18:10 -03:00