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
35
let
36
pname = "pulsar";
37
-
version = "1.114.0";
38
39
sourcesPath = {
40
x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz";
41
-
x86_64-linux.hash = "sha256-O//dowoMgQfS3hq088IKr5aJd5St9zpT/ypfuswnyv0=";
42
aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz";
43
-
aarch64-linux.hash = "sha256-EzCTB1Ib9cTbslEdXPsS5gehHr1qd5v4iZgOqpxhUmA=";
44
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
45
46
newLibpath = lib.makeLibraryPath [
···
219
220
passthru.updateScript = ./update.mjs;
221
222
-
meta = with lib; {
223
description = "A Community-led Hyper-Hackable Text Editor";
224
longDescription = ''
225
A Community-led Hyper-Hackable Text Editor, Forked from Atom, built on Electron.
226
Designed to be deeply customizable, but still approachable using the default configuration.
227
'';
228
homepage = "https://github.com/pulsar-edit/pulsar";
229
-
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
230
-
license = licenses.mit;
231
-
platforms = platforms.linux;
232
-
maintainers = with maintainers; [ bryango ];
233
knownVulnerabilities = [
234
"CVE-2023-5217"
235
"CVE-2022-21718"
···
34
35
let
36
pname = "pulsar";
37
+
version = "1.117.0";
38
39
sourcesPath = {
40
x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz";
41
+
x86_64-linux.hash = "sha256-iDQV4wcb+TY5qv8X6UW6PumK9+i5cn705ZzCSx5VgMs=";
42
aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz";
43
+
aarch64-linux.hash = "sha256-NJc6CQA7ZCX70ui+QcVcLW2qxM05A93yqpiiW+YosGc=";
44
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
45
46
newLibpath = lib.makeLibraryPath [
···
219
220
passthru.updateScript = ./update.mjs;
221
222
+
meta = {
223
description = "A Community-led Hyper-Hackable Text Editor";
224
longDescription = ''
225
A Community-led Hyper-Hackable Text Editor, Forked from Atom, built on Electron.
226
Designed to be deeply customizable, but still approachable using the default configuration.
227
'';
228
homepage = "https://github.com/pulsar-edit/pulsar";
229
+
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
230
+
license = lib.licenses.mit;
231
+
platforms = lib.platforms.linux;
232
+
maintainers = with lib.maintainers; [ bryango ];
233
knownVulnerabilities = [
234
"CVE-2023-5217"
235
"CVE-2022-21718"