apulse: 0.1.11.1 -> 0.1.12, cleanup

This commit is contained in:
Ryan Mulligan 2019-03-20 21:26:22 -07:00
parent 9249ab3222
commit 9769393d52

View file

@ -4,13 +4,13 @@
let oz = x: if x then "1" else "0"; in
stdenv.mkDerivation rec {
name = "apulse-${version}";
version = "0.1.11.1";
pname = "apulse";
version = "0.1.12";
src = fetchFromGitHub {
owner = "i-rinat";
repo = "apulse";
rev = "602b3a02b4b459d4652a3a0a836fab6f892d4080";
repo = pname;
rev = "v${version}";
sha256 = "0yk9vgb4aws8xnkhdhgpxp5c0rri8yq61yxk85j99j8ax806i3r8";
};
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "PulseAudio emulation for ALSA";
homepage = https://github.com/i-rinat/apulse;
homepage = "https://github.com/i-rinat/apulse";
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.jagajaga ];