From cfd1ab7e68ca15709b484ffcabf0f714b79a6cc4 Mon Sep 17 00:00:00 2001 From: paro Date: Sat, 22 Aug 2026 16:07:48 +0200 Subject: [PATCH] bisq2: 2.1.11 -> 2.1.12 Important security update fixing vulnerabilities identified during Bisq's recent security audit (reputation privacy/integrity, bonded roles, and bridge reliability). Upstream release notes: https://github.com/bisq-network/bisq2/releases/tag/v2.1.12 --- pkgs/by-name/bi/bisq2/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/bi/bisq2/package.nix b/pkgs/by-name/bi/bisq2/package.nix index 249202723b21..f35b58e4820c 100644 --- a/pkgs/by-name/bi/bisq2/package.nix +++ b/pkgs/by-name/bi/bisq2/package.nix @@ -26,7 +26,7 @@ }: let - version = "2.1.11"; + version = "2.1.12"; jdk = zulu25.override { enableJavaFX = true; }; @@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: { # nixpkgs-update: no auto update src = fetchurl { url = "https://github.com/bisq-network/bisq2/releases/download/v${version}/Bisq-${version}.deb"; - hash = "sha256-Ts0u1Rapgfz/z17U3VSN17/rdACr/KOGmiZjWnGJmcw="; + hash = "sha256-oLNvCc52lkp/efh7ehnV/0JjkY5+oKv0A2Dj0xtBK7Y="; # Verify the upstream Debian package prior to extraction. # See https://bisq.wiki/Bisq_2#Installation @@ -102,7 +102,7 @@ stdenv.mkDerivation (finalAttrs: { signature = fetchurl { url = "https://github.com/bisq-network/bisq2/releases/download/v${version}/Bisq-${version}.deb.asc"; - hash = "sha256-/+HDj28uOFQwkrrzKfcQW0T5/qTIeB30Zd10EjeGhlU="; + hash = "sha256-dydNfzk8EMUPGP9W6GI5H0iZA+SCP9PHw+RbWCmMlTM="; }; nativeBuildInputs = [