3
0
Fork 0
forked from mirrors/nixpkgs

haskell-nc-indicators: update to version 0.3

This commit is contained in:
Peter Simons 2014-07-28 12:17:36 +02:00
parent 0aa0b7680c
commit 8e6c0afd0f

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "nc-indicators";
version = "0.2";
sha256 = "0z3h0d3cl0xapysq5sh1rnbp8fg8adlq0x3i4ql9xin9in29q27q";
version = "0.3";
sha256 = "0w5nddirsib9vz96dpan9bgdg1mag9gaz7w7ix51l44ls9r8yn3m";
isLibrary = false;
isExecutable = true;
buildDepends = [ attoparsec gtk hflags lens pipes stm ];