mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
haskell-alsa-mixer: update to version 0.2.0.1
This commit is contained in:
parent
66729b6dea
commit
55f2f3b465
@ -2,12 +2,13 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "alsa-mixer";
|
||||
version = "0.1.2";
|
||||
sha256 = "081f3a62f83a269d72e0b0fac8bae8c81e9ec342d592fa25abe57f7206cf4414";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1306kw4w85d3pkdqjw8cwx77a2mbhw2hlmxcjczym1nsyp4rhyhr";
|
||||
buildDepends = [ alsaCore ];
|
||||
buildTools = [ c2hs ];
|
||||
extraLibraries = [ alsaLib ];
|
||||
meta = {
|
||||
homepage = "https://github.com/ttuegel/alsa-mixer";
|
||||
description = "Bindings to the ALSA simple mixer API";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.stdenv.lib.platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user