mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
apulse: 0.1.11.1 -> 0.1.12, cleanup
This commit is contained in:
parent
9249ab3222
commit
9769393d52
@ -4,13 +4,13 @@
|
|||||||
let oz = x: if x then "1" else "0"; in
|
let oz = x: if x then "1" else "0"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "apulse-${version}";
|
pname = "apulse";
|
||||||
version = "0.1.11.1";
|
version = "0.1.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "i-rinat";
|
owner = "i-rinat";
|
||||||
repo = "apulse";
|
repo = pname;
|
||||||
rev = "602b3a02b4b459d4652a3a0a836fab6f892d4080";
|
rev = "v${version}";
|
||||||
sha256 = "0yk9vgb4aws8xnkhdhgpxp5c0rri8yq61yxk85j99j8ax806i3r8";
|
sha256 = "0yk9vgb4aws8xnkhdhgpxp5c0rri8yq61yxk85j99j8ax806i3r8";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "PulseAudio emulation for ALSA";
|
description = "PulseAudio emulation for ALSA";
|
||||||
homepage = https://github.com/i-rinat/apulse;
|
homepage = "https://github.com/i-rinat/apulse";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.jagajaga ];
|
maintainers = [ maintainers.jagajaga ];
|
||||||
|
Loading…
Reference in New Issue
Block a user