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
3
stdenv.mkDerivation rec {
4
name = "skhd-${version}";
5
-
version = "0.1.1";
6
7
src = fetchFromGitHub {
8
owner = "koekeishiya";
9
repo = "skhd";
10
rev = "v${version}";
11
-
sha256 = "1wh7v90ydh27gbaiwn2r6ncx6yiic4mph3w9vi1282nz2q02zxss";
12
};
13
14
buildInputs = [ Carbon ];
···
25
description = "Simple hotkey daemon for macOS";
26
homepage = https://github.com/koekeishiya/skhd;
27
platforms = platforms.darwin;
28
-
maintainers = with maintainers; [ lnl7 ];
29
license = licenses.mit;
30
};
31
}
···
2
3
stdenv.mkDerivation rec {
4
name = "skhd-${version}";
5
+
version = "0.2.2";
6
7
src = fetchFromGitHub {
8
owner = "koekeishiya";
9
repo = "skhd";
10
rev = "v${version}";
11
+
sha256 = "0mn6svz2mqbpwlx510r447vflfcxryykpin6h6429dlz0wjlipa8";
12
};
13
14
buildInputs = [ Carbon ];
···
25
description = "Simple hotkey daemon for macOS";
26
homepage = https://github.com/koekeishiya/skhd;
27
platforms = platforms.darwin;
28
+
maintainers = with maintainers; [ lnl7 periklis ];
29
license = licenses.mit;
30
};
31
}