Merge pull request #62504 from dywedir/pulsemixer

pulsemixer: 1.4.0 -> 1.5.0
This commit is contained in:
Maximilian Bosch 2019-06-03 11:35:14 +02:00 committed by GitHub
commit 51acfce682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,14 @@
{ stdenv, fetchFromGitHub, python3, libpulseaudio }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "pulsemixer";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "GeorgeFilipkin";
repo = pname;
rev = version;
sha256 = "0l5zawv36d46sj3k31k5w6imnnxzyn62r83wdhr7fp5mi3ls1h5x";
sha256 = "162nfpyqn4gp45x332a73n07c118vispz3jicin4p67x3f8f0g3j";
};
inherit libpulseaudio;