swayimg: 4.2 -> 4.3 (#420902)

Co-authored-by: Gliczy <Gliczy@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-29 05:12:03 +00:00 committed by GitHub
commit c28b140875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swayimg";
version = "4.2";
version = "4.3";
src = fetchFromGitHub {
owner = "artemsen";
repo = "swayimg";
tag = "v${finalAttrs.version}";
hash = "sha256-/SKzdUjCcpwKRCFiFDFuRhLq0S1Z2kK+mpTOeG/JXc0=";
hash = "sha256-0MiIJVX1GKyvoGw1+DGVE1gJq/6sJiA79L16YF4USiQ=";
};
strictDeps = true;