pulsemixer: 1.4.0 -> 1.5.0

This commit is contained in:
Vladyslav M 2019-06-02 16:11:54 +03:00
parent 04d748b7bd
commit f77faebc71
No known key found for this signature in database
GPG Key ID: 3B1AD98E3D65BD4D

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;