We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f72821c + a9d6d3b commit e6a984eCopy full SHA for e6a984e
pkgs/by-name/sw/swayimg/package.nix
@@ -23,6 +23,7 @@
23
libavif,
24
libsixel,
25
libraw,
26
+ libdrm,
27
openexr,
28
bash-completion,
29
testers,
@@ -31,13 +32,13 @@
31
32
33
stdenv.mkDerivation (finalAttrs: {
34
pname = "swayimg";
- version = "4.3";
35
+ version = "4.5";
36
37
src = fetchFromGitHub {
38
owner = "artemsen";
39
repo = "swayimg";
40
tag = "v${finalAttrs.version}";
- hash = "sha256-0MiIJVX1GKyvoGw1+DGVE1gJq/6sJiA79L16YF4USiQ=";
41
+ hash = "sha256-Dne9Oj8dd/Skrvr7aCKwwdjw5Ocz+1LUTNwdDGLvQYY=";
42
};
43
44
strictDeps = true;
@@ -76,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
76
77
libavif
78
libsixel
79
libraw
80
+ libdrm
81
openexr
82
];
83
0 commit comments