tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
skhd: bump 0.1.1 to 0.2.2
Periklis Tsirakidis
7 years ago
09cfb65c
b619e0b0
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
darwin
skhd
default.nix
+3
-3
pkgs/os-specific/darwin/skhd/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "skhd-${version}";
5
5
-
version = "0.1.1";
5
5
+
version = "0.2.2";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "koekeishiya";
9
9
repo = "skhd";
10
10
rev = "v${version}";
11
11
-
sha256 = "1wh7v90ydh27gbaiwn2r6ncx6yiic4mph3w9vi1282nz2q02zxss";
11
11
+
sha256 = "0mn6svz2mqbpwlx510r447vflfcxryykpin6h6429dlz0wjlipa8";
12
12
};
13
13
14
14
buildInputs = [ Carbon ];
···
25
25
description = "Simple hotkey daemon for macOS";
26
26
homepage = https://github.com/koekeishiya/skhd;
27
27
platforms = platforms.darwin;
28
28
-
maintainers = with maintainers; [ lnl7 ];
28
28
+
maintainers = with maintainers; [ lnl7 periklis ];
29
29
license = licenses.mit;
30
30
};
31
31
}