bisq-desktop: 1.9.14 -> 1.9.15

This commit is contained in:
R. Ryantm 2024-04-12 09:17:29 +00:00
parent 27bcfed792
commit 6983df85cf

View File

@ -38,11 +38,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "bisq-desktop"; pname = "bisq-desktop";
version = "1.9.14"; version = "1.9.15";
src = fetchurl { src = fetchurl {
url = "https://github.com/bisq-network/bisq/releases/download/v${version}/Bisq-64bit-${version}.deb"; url = "https://github.com/bisq-network/bisq/releases/download/v${version}/Bisq-64bit-${version}.deb";
sha256 = "0xbq94qbp59523xjp80bly38aisfwkfi0y9hmyhf8xlw084b82kz"; sha256 = "0bz4yzfrzn9rwsmwwnsqdgxsqd42dyiz3vxi53qxj36h49nh8lzg";
}; };
nativeBuildInputs = [ nativeBuildInputs = [