Merge pull request #58002 from ryantm/fix-apulse

apulse: 0.1.11.1 -> 0.1.12, cleanup
This commit is contained in:
Arseniy Seroka 2019-03-21 09:55:19 +03:00 committed by GitHub
commit 99c27fe2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];