From 5aae3a45cb6ec45fa9c7f6bb3a9036ccd13aa152 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sun, 19 May 2024 00:10:59 +0530 Subject: [PATCH 1/2] pulsar: 1.114.0 -> 1.117.0 cleanup --- pkgs/applications/editors/pulsar/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/editors/pulsar/default.nix b/pkgs/applications/editors/pulsar/default.nix index 6cd8e423ad52..443ac74c32db 100644 --- a/pkgs/applications/editors/pulsar/default.nix +++ b/pkgs/applications/editors/pulsar/default.nix @@ -34,13 +34,13 @@ let pname = "pulsar"; - version = "1.114.0"; + version = "1.117.0"; sourcesPath = { 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.hash = "sha256-EzCTB1Ib9cTbslEdXPsS5gehHr1qd5v4iZgOqpxhUmA="; + aarch64-linux.hash = "sha256-NJc6CQA7ZCX70ui+QcVcLW2qxM05A93yqpiiW+YosGc="; }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); newLibpath = lib.makeLibraryPath [ @@ -219,17 +219,17 @@ stdenv.mkDerivation rec { passthru.updateScript = ./update.mjs; - meta = with lib; { + meta = { description = "A Community-led Hyper-Hackable Text Editor"; longDescription = '' 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. ''; homepage = "https://github.com/pulsar-edit/pulsar"; - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; - license = licenses.mit; - platforms = platforms.linux; - maintainers = with maintainers; [ bryango ]; + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; + license = lib.licenses.mit; + platforms = lib.platforms.linux; + maintainers = with lib.maintainers; [ bryango ]; knownVulnerabilities = [ "CVE-2023-5217" "CVE-2022-21718" From ae9df3abffae8e99a7fd3e61d39291ef7d0d25da Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sun, 19 May 2024 00:22:24 +0530 Subject: [PATCH 2/2] pulsar: move to pkgs/by-name --- .../editors => by-name/pu}/pulsar/001-patch-wrapper.patch | 0 .../pulsar/default.nix => by-name/pu/pulsar/package.nix} | 0 .../editors => by-name/pu}/pulsar/pulsar.nemo_action | 0 pkgs/{applications/editors => by-name/pu}/pulsar/update.mjs | 0 pkgs/top-level/all-packages.nix | 2 -- 5 files changed, 2 deletions(-) rename pkgs/{applications/editors => by-name/pu}/pulsar/001-patch-wrapper.patch (100%) rename pkgs/{applications/editors/pulsar/default.nix => by-name/pu/pulsar/package.nix} (100%) rename pkgs/{applications/editors => by-name/pu}/pulsar/pulsar.nemo_action (100%) rename pkgs/{applications/editors => by-name/pu}/pulsar/update.mjs (100%) diff --git a/pkgs/applications/editors/pulsar/001-patch-wrapper.patch b/pkgs/by-name/pu/pulsar/001-patch-wrapper.patch similarity index 100% rename from pkgs/applications/editors/pulsar/001-patch-wrapper.patch rename to pkgs/by-name/pu/pulsar/001-patch-wrapper.patch diff --git a/pkgs/applications/editors/pulsar/default.nix b/pkgs/by-name/pu/pulsar/package.nix similarity index 100% rename from pkgs/applications/editors/pulsar/default.nix rename to pkgs/by-name/pu/pulsar/package.nix diff --git a/pkgs/applications/editors/pulsar/pulsar.nemo_action b/pkgs/by-name/pu/pulsar/pulsar.nemo_action similarity index 100% rename from pkgs/applications/editors/pulsar/pulsar.nemo_action rename to pkgs/by-name/pu/pulsar/pulsar.nemo_action diff --git a/pkgs/applications/editors/pulsar/update.mjs b/pkgs/by-name/pu/pulsar/update.mjs similarity index 100% rename from pkgs/applications/editors/pulsar/update.mjs rename to pkgs/by-name/pu/pulsar/update.mjs diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index cefca0ede904..374ecf657eb8 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -29617,8 +29617,6 @@ with pkgs; atlassian-cli = callPackage ../applications/office/atlassian-cli { }; - pulsar = callPackage ../applications/editors/pulsar { }; - asap = callPackage ../tools/audio/asap { }; aseprite = callPackage ../applications/editors/aseprite { };