swayimg: 3.8 -> 3.9 (#389867)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-20 03:58:13 +01:00
committed by GitHub
+4 -2
View File
@@ -22,6 +22,7 @@
libexif,
libavif,
libsixel,
libraw,
openexr_3,
bash-completion,
testers,
@@ -30,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swayimg";
version = "3.8";
version = "3.9";
src = fetchFromGitHub {
owner = "artemsen";
repo = "swayimg";
tag = "v${finalAttrs.version}";
hash = "sha256-nPmVUJy5hlWk6Q+s6rRBEzlJvpDKLStKTRjLwj7iA/c=";
hash = "sha256-QPTODuVVDQCP7Ix63F0J0tOzfg5Q9B4GXaxjuTerkI0=";
};
strictDeps = true;
@@ -74,6 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
libexif
libavif
libsixel
libraw
openexr_3
];