Skip to content

Commit e6a984e

Browse files
authored
swayimg: 4.3 -> 4.5 (#423547)
2 parents f72821c + a9d6d3b commit e6a984e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/by-name/sw/swayimg/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
libavif,
2424
libsixel,
2525
libraw,
26+
libdrm,
2627
openexr,
2728
bash-completion,
2829
testers,
@@ -31,13 +32,13 @@
3132

3233
stdenv.mkDerivation (finalAttrs: {
3334
pname = "swayimg";
34-
version = "4.3";
35+
version = "4.5";
3536

3637
src = fetchFromGitHub {
3738
owner = "artemsen";
3839
repo = "swayimg";
3940
tag = "v${finalAttrs.version}";
40-
hash = "sha256-0MiIJVX1GKyvoGw1+DGVE1gJq/6sJiA79L16YF4USiQ=";
41+
hash = "sha256-Dne9Oj8dd/Skrvr7aCKwwdjw5Ocz+1LUTNwdDGLvQYY=";
4142
};
4243

4344
strictDeps = true;
@@ -76,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
7677
libavif
7778
libsixel
7879
libraw
80+
libdrm
7981
openexr
8082
];
8183

0 commit comments

Comments
 (0)