Merge pull request #150175 from r-ryantm/auto-update/frostwire

frostwire-bin: 6.9.4 -> 6.9.5
This commit is contained in:
Bobby Rong 2021-12-19 11:25:38 +08:00 committed by GitHub
commit 344b6be5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, jre, makeWrapper }:
stdenv.mkDerivation rec {
version = "6.9.4";
version = "6.9.5";
pname = "frostwire";
src = fetchurl {
url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.amd64.tar.gz";
sha256 = "sha256-sWvQDUJGytKA9/UbC7fOk6WhDtTqdhyRmW9GvHFMZh4=";
sha256 = "sha256-jMv4wIBsmgg2Q/Q/QDJnWa5wUeD1ur6Lu6eXOCLaGg4=";
};
nativeBuildInputs = [ makeWrapper ];