swayimg: 4.7 -> 5.2 (#502408)

This commit is contained in:
Sandro
2026-06-10 00:49:55 +00:00
committed by GitHub
+6 -4
View File
@@ -10,6 +10,7 @@
wayland-protocols,
json_c,
libxkbcommon,
exiv2,
fontconfig,
giflib,
libheif,
@@ -19,11 +20,11 @@
librsvg,
libpng,
libjxl,
libexif,
libavif,
libsixel,
libraw,
libdrm,
luajit,
openexr,
bash-completion,
testers,
@@ -32,13 +33,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swayimg";
version = "4.7";
version = "5.2";
src = fetchFromGitHub {
owner = "artemsen";
repo = "swayimg";
tag = "v${finalAttrs.version}";
hash = "sha256-1dJf339lM8ETcYyjtWCJEyNmwmoxt72+rXdTH/48s6Q=";
hash = "sha256-aDZ7Ka8uKVLzEwxS2CT5fRFNDf9z/LO3bB0dCMz1Mf0=";
};
strictDeps = true;
@@ -64,6 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
wayland-protocols
json_c
libxkbcommon
exiv2
fontconfig
giflib
libheif
@@ -73,11 +75,11 @@ stdenv.mkDerivation (finalAttrs: {
librsvg
libpng
libjxl
libexif
libavif
libsixel
libraw
libdrm
luajit
openexr
];