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: 78c409d44df3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33e10b833488
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 17, 2017

  1. Copy the full SHA
    a19efc1 View commit details

Commits on May 20, 2017

  1. Merge pull request #25864 from pbogdan/nixos-master

    xfce4-volumed-pulse: 0.2.0 -> 0.2.2.
    Mic92 authored May 20, 2017
    Copy the full SHA
    33e10b8 View commit details
Showing with 6 additions and 4 deletions.
  1. +6 −4 pkgs/desktops/xfce/applications/xfce4-volumed-pulse.nix
10 changes: 6 additions & 4 deletions pkgs/desktops/xfce/applications/xfce4-volumed-pulse.nix
Original file line number Diff line number Diff line change
@@ -4,12 +4,14 @@
}:

stdenv.mkDerivation rec {
version = "0.2.0";
name = "xfce4-volumed-pulse-${version}";
p_name = "xfce4-volumed-pulse";
ver_maj = "0.2";
ver_min = "2";
name = "${p_name}-${ver_maj}.${ver_min}";

src = fetchurl {
url = "https://launchpad.net/xfce4-volumed-pulse/trunk/${version}/+download/${name}.tar.bz2";
sha256 = "0l75gl96skm0zn10w70mwvsjd12p1zjshvn7yc3439dz61506c39";
url = "mirror://xfce/src/apps/${p_name}/${ver_maj}/${name}.tar.bz2";
sha256 = "0xjcs1b6ix6rwj9xgr9n89h315r3yhdm8wh5bkincd4lhz6ibhqf";
};

buildInputs =