Merge pull request #312720 from JohnRTitor/pulsar
pulsar: 1.114.0 -> 1.117.0
This commit is contained in:
commit
5482f1e38c
@ -34,13 +34,13 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "pulsar";
|
pname = "pulsar";
|
||||||
version = "1.114.0";
|
version = "1.117.0";
|
||||||
|
|
||||||
sourcesPath = {
|
sourcesPath = {
|
||||||
x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz";
|
x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz";
|
||||||
x86_64-linux.hash = "sha256-O//dowoMgQfS3hq088IKr5aJd5St9zpT/ypfuswnyv0=";
|
x86_64-linux.hash = "sha256-iDQV4wcb+TY5qv8X6UW6PumK9+i5cn705ZzCSx5VgMs=";
|
||||||
aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz";
|
aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz";
|
||||||
aarch64-linux.hash = "sha256-EzCTB1Ib9cTbslEdXPsS5gehHr1qd5v4iZgOqpxhUmA=";
|
aarch64-linux.hash = "sha256-NJc6CQA7ZCX70ui+QcVcLW2qxM05A93yqpiiW+YosGc=";
|
||||||
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
||||||
|
|
||||||
newLibpath = lib.makeLibraryPath [
|
newLibpath = lib.makeLibraryPath [
|
||||||
@ -219,17 +219,17 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
passthru.updateScript = ./update.mjs;
|
passthru.updateScript = ./update.mjs;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "A Community-led Hyper-Hackable Text Editor";
|
description = "A Community-led Hyper-Hackable Text Editor";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A Community-led Hyper-Hackable Text Editor, Forked from Atom, built on Electron.
|
A Community-led Hyper-Hackable Text Editor, Forked from Atom, built on Electron.
|
||||||
Designed to be deeply customizable, but still approachable using the default configuration.
|
Designed to be deeply customizable, but still approachable using the default configuration.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/pulsar-edit/pulsar";
|
homepage = "https://github.com/pulsar-edit/pulsar";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with maintainers; [ bryango ];
|
maintainers = with lib.maintainers; [ bryango ];
|
||||||
knownVulnerabilities = [
|
knownVulnerabilities = [
|
||||||
"CVE-2023-5217"
|
"CVE-2023-5217"
|
||||||
"CVE-2022-21718"
|
"CVE-2022-21718"
|
@ -29677,8 +29677,6 @@ with pkgs;
|
|||||||
|
|
||||||
atlassian-cli = callPackage ../applications/office/atlassian-cli { };
|
atlassian-cli = callPackage ../applications/office/atlassian-cli { };
|
||||||
|
|
||||||
pulsar = callPackage ../applications/editors/pulsar { };
|
|
||||||
|
|
||||||
asap = callPackage ../tools/audio/asap { };
|
asap = callPackage ../tools/audio/asap { };
|
||||||
|
|
||||||
aseprite = callPackage ../applications/editors/aseprite { };
|
aseprite = callPackage ../applications/editors/aseprite { };
|
||||||
|
Loading…
Reference in New Issue
Block a user