Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 58f45af9931f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7e9c758f4bf3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 17, 2020

  1. frostwire-bin: 6.8.8 -> 6.8.9

    r-ryantm authored and FRidh committed Dec 17, 2020
    Copy the full SHA
    7e9c758 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
with stdenv.lib;

stdenv.mkDerivation rec {
version = "6.8.8";
version = "6.8.9";
pname = "frostwire";

src = fetchurl {
url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.amd64.tar.gz";
sha256 = "0zxk0nv7m1k4n8n82h1rkh239a58s7j643lgqbw3qx45bdy4sf4k";
sha256 = "0f5vyliwncryj6hj5xx0dycxycxddsn28n6zixjrn56jajijyl6q";
};

nativeBuildInputs = [ makeWrapper ];