mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
pulsemixer: 1.5.0 -> 1.5.1
This commit is contained in:
parent
807ca93fad
commit
952335e853
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pulsemixer";
|
||||
version = "1.5.0";
|
||||
version = "1.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GeorgeFilipkin";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "162nfpyqn4gp45x332a73n07c118vispz3jicin4p67x3f8f0g3j";
|
||||
sha256 = "1jagx9zmz5pfsld8y2rj2kqg6ww9f6vqiawfy3vhqc49x3xx92p4";
|
||||
};
|
||||
|
||||
inherit libpulseaudio;
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cli and curses mixer for pulseaudio";
|
||||
homepage = https://github.com/GeorgeFilipkin/pulsemixer;
|
||||
homepage = "https://github.com/GeorgeFilipkin/pulsemixer";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.woffs ];
|
||||
platforms = platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user