biglybt: 3.7.0.0 -> 3.8.0.0

This commit is contained in:
R. Ryantm 2025-02-19 18:15:23 +00:00
parent 5ede0d7d17
commit 98bcf55e95

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "biglybt";
version = "3.7.0.0";
version = "3.8.0.0";
src = fetchurl {
url = "https://github.com/BiglySoftware/BiglyBT/releases/download/v${version}/GitHub_BiglyBT_unix.tar.gz";
hash = "sha256-CfLKoX77yCanSzHq+Fy3jRqQAC2GeUo2SO9x0mk2Tf4=";
hash = "sha256-7wj+UoU9RWUMQ4ircSoROsaZWuPg9+uxgYGQdZ841y0=";
};
nativeBuildInputs = [ wrapGAppsHook3 ];