nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

threema-desktop: 2.5.3 -> 2.5.7

This fixes the build otherwise broken with nodejs 22 in the old version.

Alternative to #368813

+7 -7
+7 -7
pkgs/by-name/th/threema-desktop/package.nix
··· 10 10 }: 11 11 12 12 let 13 - version = "1.2.41"; 13 + version = "1.2.46"; 14 14 electronSrc = fetchFromGitHub { 15 15 owner = "threema-ch"; 16 16 repo = "threema-web-electron"; 17 17 rev = "refs/tags/${version}"; 18 - hash = "sha256-gV64rNBwQxPpREi0NFzfCA7lSO65/h0CVRw2EcbFedM="; 18 + hash = "sha256-Qv40l6TyYZL9WcRQeIYUgMFsJrr0XYC2nmtYBgQKXvY="; 19 19 }; 20 20 21 21 threema-web = buildNpmPackage rec { 22 22 pname = "threema-web"; 23 - version = "2.5.3"; 23 + version = "2.5.7"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "threema-ch"; 27 27 repo = "threema-web"; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-RIYyDoEck+a0kPUzTpdNLdyd4+ZYGjjkAlkCp9/S7FY="; 29 + hash = "sha256-WuPOOchFZtnLVoB+i4LKFkeSujYXpQN8RLrt9xG9/W0="; 30 30 }; 31 31 32 - npmDepsHash = "sha256-OqiPpjIdLwBfxEmbI+YFmYGt3beMqXyGZc9FCwbng4U="; 32 + npmDepsHash = "sha256-eJIVX2W0Fgk/OmkaN2cR+qFoHTOmu4RmluR3BEuPOAU="; 33 33 npmBuildScript = "dist"; 34 34 35 35 nativeBuildInputs = [ ··· 54 54 inherit version; 55 55 src = electronSrc; 56 56 sourceRoot = "${src.name}/app"; 57 - npmDepsHash = "sha256-AaUxnvrVCgKWCtMzeXexVBxs/NuVwWH67x4eBGAcsxk="; 57 + npmDepsHash = "sha256-CRYcmly8S+waeCf2fRWM2o3IuBVdpk2gZ/djHhxLLTQ="; 58 58 env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1"; 59 59 dontNpmBuild = true; 60 60 prePatch = '' ··· 73 73 inherit version; 74 74 src = electronSrc; 75 75 76 - npmDepsHash = "sha256-f/Oy9cHBc9k54MDSeilPcTJe0txOS2sqNt2UCUf5+M8="; 76 + npmDepsHash = "sha256-OdxDAy9ybBUEFuQQtihEvUXCVtVtveksLlOBD8F1RP0="; 77 77 78 78 env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1"; 79 79