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: 1f8221c98e08
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb6ef0646a8e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 8, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    bb6ef06 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/pulseaudio-modules-bt/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/pulseaudio-modules-bt/default.nix
Original file line number Diff line number Diff line change
@@ -24,13 +24,13 @@ let

in stdenv.mkDerivation rec {
name = "pulseaudio-modules-bt-${version}";
version = "1.1.99";
version = "1.2";

src = fetchFromGitHub {
owner = "EHfive";
repo = "pulseaudio-modules-bt";
rev = "v${version}";
sha256 = "0x670xbd62r3fs9a8pa5p4ppvxn6m64hvlrqa702gvikcvyrmwcg";
sha256 = "0h2wcmxpq5ii65898fsjdydjb2sgcvqijrpvazyyj3bvhqdizch1";
};

patches = [