tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
swayimg: 4.3 -> 4.5
Gliczy
7 months ago
a9d6d3b4
9e2e8a78
+4
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
sw
swayimg
package.nix
+4
-2
pkgs/by-name/sw/swayimg/package.nix
···
23
libavif,
24
libsixel,
25
libraw,
0
26
openexr,
27
bash-completion,
28
testers,
···
31
32
stdenv.mkDerivation (finalAttrs: {
33
pname = "swayimg";
34
-
version = "4.3";
35
36
src = fetchFromGitHub {
37
owner = "artemsen";
38
repo = "swayimg";
39
tag = "v${finalAttrs.version}";
40
-
hash = "sha256-0MiIJVX1GKyvoGw1+DGVE1gJq/6sJiA79L16YF4USiQ=";
41
};
42
43
strictDeps = true;
···
76
libavif
77
libsixel
78
libraw
0
79
openexr
80
];
81
···
23
libavif,
24
libsixel,
25
libraw,
26
+
libdrm,
27
openexr,
28
bash-completion,
29
testers,
···
32
33
stdenv.mkDerivation (finalAttrs: {
34
pname = "swayimg";
35
+
version = "4.5";
36
37
src = fetchFromGitHub {
38
owner = "artemsen";
39
repo = "swayimg";
40
tag = "v${finalAttrs.version}";
41
+
hash = "sha256-Dne9Oj8dd/Skrvr7aCKwwdjw5Ocz+1LUTNwdDGLvQYY=";
42
};
43
44
strictDeps = true;
···
77
libavif
78
libsixel
79
libraw
80
+
libdrm
81
openexr
82
];
83