nc-indicators 0.1 -> 0.2
This commit is contained in:
parent
2af20dbacf
commit
c3c41f4ba0
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "nc-indicators";
|
pname = "nc-indicators";
|
||||||
version = "0.1";
|
version = "0.2";
|
||||||
sha256 = "19amwfcbwfxcj0gr7w0vgxl427l43q3l2s3n3zsxhqwkfblxmfy5";
|
sha256 = "0z3h0d3cl0xapysq5sh1rnbp8fg8adlq0x3i4ql9xin9in29q27q";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ attoparsec gtk hflags lens pipes stm ];
|
buildDepends = [ attoparsec gtk hflags lens pipes stm ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/nilcons/nc-indicators/issues";
|
homepage = "https://github.com/nilcons/nc-indicators";
|
||||||
description = "CPU load and memory usage indicators for i3bar";
|
description = "CPU load and memory usage indicators for i3bar";
|
||||||
license = self.stdenv.lib.licenses.asl20;
|
license = self.stdenv.lib.licenses.asl20;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user