swayimg: 3.9 -> 4.0 (#408904)

Co-authored-by: Gliczy <Gliczy@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-20 01:32:23 +00:00
committed by GitHub
co-authored by Gliczy
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swayimg";
version = "3.9";
version = "4.0";
src = fetchFromGitHub {
owner = "artemsen";
repo = "swayimg";
tag = "v${finalAttrs.version}";
hash = "sha256-QPTODuVVDQCP7Ix63F0J0tOzfg5Q9B4GXaxjuTerkI0=";
hash = "sha256-2UmaU60+5NNj2CVJt4oJXyBPjVeA0zBfEqZOOSI2vvk=";
};
strictDeps = true;