tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
hyprgraphics: 0.1.5 -> 0.1.6
John Titor
5 months ago
2640597d
17aa85c2
+4
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
hy
hyprgraphics
package.nix
+4
-2
pkgs/by-name/hy/hyprgraphics/package.nix
···
12
12
libjxl,
13
13
libspng,
14
14
libwebp,
15
15
+
pango,
15
16
pixman,
16
17
}:
17
18
18
19
stdenv.mkDerivation (finalAttrs: {
19
20
pname = "hyprgraphics";
20
20
-
version = "0.1.5";
21
21
+
version = "0.1.6";
21
22
22
23
src = fetchFromGitHub {
23
24
owner = "hyprwm";
24
25
repo = "hyprgraphics";
25
26
tag = "v${finalAttrs.version}";
26
26
-
hash = "sha256-gbh1HL98Fdqu0jJIWN4OJQN7Kkth7+rbkFpSZLm/62A=";
27
27
+
hash = "sha256-CR6RnqEJSTiFgA6KQY4TTLUWbZ8RBnb+hxQqesuQNzQ=";
27
28
};
28
29
29
30
nativeBuildInputs = [
···
39
40
libjxl
40
41
libspng
41
42
libwebp
43
43
+
pango
42
44
pixman
43
45
];
44
46