swayimg: 4.3 -> 4.5 (#423547)

This commit is contained in:
Felix Bühler 2025-08-18 23:32:17 +02:00 committed by GitHub
commit e6a984ea76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@
libavif, libavif,
libsixel, libsixel,
libraw, libraw,
libdrm,
openexr, openexr,
bash-completion, bash-completion,
testers, testers,
@ -31,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "swayimg"; pname = "swayimg";
version = "4.3"; version = "4.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "artemsen"; owner = "artemsen";
repo = "swayimg"; repo = "swayimg";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-0MiIJVX1GKyvoGw1+DGVE1gJq/6sJiA79L16YF4USiQ="; hash = "sha256-Dne9Oj8dd/Skrvr7aCKwwdjw5Ocz+1LUTNwdDGLvQYY=";
}; };
strictDeps = true; strictDeps = true;
@ -76,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
libavif libavif
libsixel libsixel
libraw libraw
libdrm
openexr openexr
]; ];