tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pulsar: 1.114.0 -> 1.117.0 cleanup
John Titor
2 years ago
5aae3a45
23fbf162
+8
-8
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
pulsar
default.nix
+8
-8
pkgs/applications/editors/pulsar/default.nix
···
34
34
35
35
let
36
36
pname = "pulsar";
37
37
-
version = "1.114.0";
37
37
+
version = "1.117.0";
38
38
39
39
sourcesPath = {
40
40
x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz";
41
41
-
x86_64-linux.hash = "sha256-O//dowoMgQfS3hq088IKr5aJd5St9zpT/ypfuswnyv0=";
41
41
+
x86_64-linux.hash = "sha256-iDQV4wcb+TY5qv8X6UW6PumK9+i5cn705ZzCSx5VgMs=";
42
42
aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz";
43
43
-
aarch64-linux.hash = "sha256-EzCTB1Ib9cTbslEdXPsS5gehHr1qd5v4iZgOqpxhUmA=";
43
43
+
aarch64-linux.hash = "sha256-NJc6CQA7ZCX70ui+QcVcLW2qxM05A93yqpiiW+YosGc=";
44
44
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
45
45
46
46
newLibpath = lib.makeLibraryPath [
···
219
219
220
220
passthru.updateScript = ./update.mjs;
221
221
222
222
-
meta = with lib; {
222
222
+
meta = {
223
223
description = "A Community-led Hyper-Hackable Text Editor";
224
224
longDescription = ''
225
225
A Community-led Hyper-Hackable Text Editor, Forked from Atom, built on Electron.
226
226
Designed to be deeply customizable, but still approachable using the default configuration.
227
227
'';
228
228
homepage = "https://github.com/pulsar-edit/pulsar";
229
229
-
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
230
230
-
license = licenses.mit;
231
231
-
platforms = platforms.linux;
232
232
-
maintainers = with maintainers; [ bryango ];
229
229
+
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
230
230
+
license = lib.licenses.mit;
231
231
+
platforms = lib.platforms.linux;
232
232
+
maintainers = with lib.maintainers; [ bryango ];
233
233
knownVulnerabilities = [
234
234
"CVE-2023-5217"
235
235
"CVE-2022-21718"