pamixer: 1.3 -> 1.3.1

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/8979bf7x9s5dk9la9j1lnnvc8s7dkxim-pamixer-1.3.1/bin/pamixer -h` got 0 exit code
- ran `/nix/store/8979bf7x9s5dk9la9j1lnnvc8s7dkxim-pamixer-1.3.1/bin/pamixer --help` got 0 exit code
- ran `/nix/store/8979bf7x9s5dk9la9j1lnnvc8s7dkxim-pamixer-1.3.1/bin/pamixer help` got 0 exit code
- found 1.3.1 in filename of file in /nix/store/8979bf7x9s5dk9la9j1lnnvc8s7dkxim-pamixer-1.3.1
This commit is contained in:
Ryan Mulligan 2018-02-27 09:25:26 -08:00 committed by Frederik Rietdijk
parent 2fe9ca05e4
commit 3172469d56

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "pamixer-${version}";
version = "1.3";
version = "1.3.1";
src = fetchurl {
url = "https://github.com/cdemoulins/pamixer/archive/${version}.tar.gz";
sha256 = "091676ww4jbf4jr728gjfk7fkd5nisy70mr6f3s1p7n05hjpmfjx";
sha256 = "1lsvb4xk1dq762w9c0jn7xvj3v1lzppql9mj1b55fhzdypbrkm6x";
};
buildInputs = [ boost libpulseaudio ];