update gobar
This commit is contained in:
parent
de9ce72fbd
commit
f7decff19d
|
@ -69,6 +69,7 @@
|
|||
statusCommand = lib.escapeShellArgs [
|
||||
#"/home/chaoticryptidz/Projects/gobar/gobar "
|
||||
"${pkgs.gobar}/bin/gobar"
|
||||
"-config"
|
||||
"cpu\\|mem\\|weather\\(Leighton\\ Buzzard\\)\\|bat\\(BAT0\\)\\|time"
|
||||
];
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
profiles.qemu_user
|
||||
|
||||
# for sci-hub and whenever websites break
|
||||
# profiles.tor
|
||||
profiles.tor
|
||||
# profiles.sshd
|
||||
];
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ buildGoModule rec {
|
|||
src = fetchFromGitLab {
|
||||
owner = "ChaotiCryptidz";
|
||||
repo = "gobar";
|
||||
rev = "91fc4594aa3c2689fc099d1a9944d63eb1954368";
|
||||
sha256 = "sha256-lj5Brztxh69xOHN+WMn8Ti0Zg+gI/NeuE9NezcSYFRA=";
|
||||
rev = "c7891afcd92bf0a31077098c66cbc4070d8b9340";
|
||||
sha256 = "sha256-tuHHB7xX4vqsBwe/LsNg5+v+gzg6xotZ9MDK+fk3mR4=";
|
||||
#sha256 = lib.fakeSha256;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue