tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ahk_x11: 1.0.5-unstable-2025-09-04 -> 1.0.6
Ulysses Zhan
6 months ago
8c17d0e4
6d7ec06d
+7
-7
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
ah
ahk_x11
package.nix
shards.nix
+3
-3
pkgs/by-name/ah/ahk_x11/package.nix
···
20
20
# NOTICE: AHK_X11 from this package does not support compiling scripts into portable executables.
21
21
let
22
22
pname = "ahk_x11";
23
23
-
version = "1.0.5-unstable-2025-09-04";
23
23
+
version = "1.0.6";
24
24
25
25
inherit (xorg)
26
26
libXinerama
···
36
36
src = fetchFromGitHub {
37
37
owner = "phil294";
38
38
repo = "AHK_X11";
39
39
-
rev = "f5375887dec3953c4cb3d78271821645bc3840f2";
40
40
-
hash = "sha256-GTcbwCVWnC+KP2qLArEUIUMs5S0vpkA4gJHQpWP1TNg=";
39
39
+
tag = version;
40
40
+
hash = "sha256-t2fGUIG3T8azx22lFhFAkABHwkePv9uThhlH+fwDj8E=";
41
41
fetchSubmodules = true;
42
42
};
43
43
+4
-4
pkgs/by-name/ah/ahk_x11/shards.nix
···
16
16
};
17
17
gi-crystal = {
18
18
url = "https://github.com/hugopl/gi-crystal.git";
19
19
-
rev = "v0.22.1";
20
20
-
sha256 = "1bwsr5i6cmvnc72qdnmq4v6grif1hahrc7s6js2ivdrfix72flyg";
19
19
+
rev = "v0.23.0";
20
20
+
sha256 = "0ykb7sy62036brix12sj416h6gx85liq2kivwkh2cmf71lk02cqr";
21
21
};
22
22
gtk3 = {
23
23
url = "https://github.com/phil294/gtk3.cr.git";
24
24
-
rev = "3105fc24ef5e841791f8c30002db998b9c20a677";
25
25
-
sha256 = "16sjiyyfprnfmqw8pf58d12sv2x8rnv7kb72k5rmvd67sr6gv8pq";
24
24
+
rev = "3e6cdc45c1c39d82c215b4cdf0bbb9b5598460e1";
25
25
+
sha256 = "0x25p85kp2f6gbsi36nyddhji7mmmqa7v4xs18bddf3kbgh72nw3";
26
26
};
27
27
harfbuzz = {
28
28
url = "https://github.com/hugopl/harfbuzz.cr.git";