nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit d0b574c71dfc6e039b541383dc6f9946208c644f
parent b759b102b1d12e8577f9aa87c3c7c339a957ec84
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Sat, 18 Jul 2026 22:32:49 +0400

Up

Diffstat:
Mpkgs/by-name/ac/acarsdec/package.nix | 4++--
Mpkgs/by-name/ai/ais-catcher/package.nix | 4++--
Mpkgs/by-name/ap/aprsc/package.nix | 4++--
Mpkgs/by-name/ov/overpass-turbo/package.nix | 22++++++++--------------
4 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/pkgs/by-name/ac/acarsdec/package.nix b/pkgs/by-name/ac/acarsdec/package.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "acarsdec"; - version = "4.4.1"; + version = "4.6"; __structuredAttrs = true; @@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "f00b4r0"; repo = "acarsdec"; tag = "v${finalAttrs.version}"; - hash = "sha256-eo5Uj4X8OtGMDTfVgr0TGwSzgUW8QzO0VSFY2Ogzq/M="; + hash = "sha256-ehjT+ZBe5Jtpri7cNALXmWtfKhhtX0G2Hbbucm/C8jE="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/ai/ais-catcher/package.nix b/pkgs/by-name/ai/ais-catcher/package.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "ais-catcher"; - version = "0.66"; + version = "0.70"; __structuredAttrs = true; @@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "jvde-github"; repo = "AIS-catcher"; tag = "v${finalAttrs.version}"; - hash = "sha256-O+6b5AWlQjUJDFEunmsGNs3vV8h/4iCR9PxzwuSVfoM="; + hash = "sha256-YDkqIoW3DDwUfAJftvfnmsIQYCq9ujYrB8RvZRiIexg="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/ap/aprsc/package.nix b/pkgs/by-name/ap/aprsc/package.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "aprsc"; - version = "2.1.20"; + version = "2.1.21"; __structuredAttrs = true; @@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "hessu"; repo = "aprsc"; tag = "release/${finalAttrs.version}"; - hash = "sha256-LhXo/B4zoq71SZGwfn9AZmNtCSQzpuqvjQ3xrc0k/mY="; + hash = "sha256-AKc6vatoFhzOgYCikpWmrMA4D2A+vz7LwziqFKz2Teo="; }; patches = [ diff --git a/pkgs/by-name/ov/overpass-turbo/package.nix b/pkgs/by-name/ov/overpass-turbo/package.nix @@ -3,7 +3,7 @@ stdenv, fetchFromGitHub, fetchPnpmDeps, - fetchpatch, + cacert, nodejs, pnpm, pnpmConfigHook, @@ -12,23 +12,15 @@ stdenv.mkDerivation (finalAttrs: { pname = "overpass-turbo"; - version = "2026-02-22"; + version = "2026-07-18"; src = fetchFromGitHub { owner = "tyrasd"; repo = "overpass-turbo"; - rev = "55612905349b668f9f05e0272960c194dc289745"; - hash = "sha256-s3A33o0jV2edkav2VvkbjRqFJ/qpo+EAATPgc2ZR5JA="; + rev = "6c9725ec93e4b1bd051b15b2199b281e2d1e4179"; + hash = "sha256-s/eXY2sCXlPf8EuKr3Bl0c9oFTzbSfmtHgPMLZDbvSE="; }; - patches = [ - # https://github.com/tyrasd/overpass-turbo/pull/840 - (fetchpatch { - url = "https://github.com/tyrasd/overpass-turbo/commit/867d1a61994379da7cf3f8821bbc84796d59e769.patch"; - hash = "sha256-HjFfToksyBMSIK+D1AezWMTLdlMvKlwNGN0P86LnTCk="; - }) - ]; - postPatch = '' substituteInPlace vite.config.mts \ --replace-fail "git log -1 --format=%cd --date=short" "echo ${finalAttrs.version}" \ @@ -37,8 +29,8 @@ stdenv.mkDerivation (finalAttrs: { pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; - fetcherVersion = 3; - hash = "sha256-+o21KuMzbwCpZxXefSz6f+o71lHCMGIOc0ltOOihT/M="; + fetcherVersion = 4; + hash = "sha256-kAfuQAY0R4spfMSmEjh3/1RLEFQxxwwpDh4CQPb77w4="; }; nativeBuildInputs = [ @@ -58,6 +50,8 @@ stdenv.mkDerivation (finalAttrs: { mv dist $out ''; + env.SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt"; + meta = { description = "A web based data mining tool for OpenStreetMap using the Overpass API"; homepage = "https://github.com/tyrasd/overpass-turbo";