mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-alsa-mixer 0.2.0.1 -> 0.2.0.2
This commit is contained in:
parent
f44a3235a9
commit
d809a27859
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "alsa-mixer";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1306kw4w85d3pkdqjw8cwx77a2mbhw2hlmxcjczym1nsyp4rhyhr";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "11sc2n879a8rb9yz54cb8vg8rplgapbymzy785p7n7638xx877hk";
|
||||
buildDepends = [ alsaCore ];
|
||||
buildTools = [ c2hs ];
|
||||
extraLibraries = [ alsaLib ];
|
||||
|
|
Loading…
Reference in a new issue