wallutils: 5.12.9 -> 5.14.2

This commit is contained in:
kyehn
2025-08-29 21:37:25 +08:00
parent ebe3396323
commit b89737686c
+6 -6
View File
@@ -12,15 +12,15 @@
xbitmaps,
}:
buildGoModule rec {
buildGoModule (finalAttrs: {
pname = "wallutils";
version = "5.12.9";
version = "5.14.2";
src = fetchFromGitHub {
owner = "xyproto";
repo = "wallutils";
rev = version;
hash = "sha256-kayzaNOV2xTjbMeGUJ1jMLGxcVZzYkMLr6qWlAupPKM=";
tag = "v${finalAttrs.version}";
hash = "sha256-mcleLQIBG8L5cpA4QYZpDsBdZbJlyDx7XXwDtAV4sjU=";
};
vendorHash = null;
@@ -68,10 +68,10 @@ buildGoModule rec {
meta = {
description = "Utilities for handling monitors, resolutions, and (timed) wallpapers";
inherit (src.meta) homepage;
inherit (finalAttrs.src.meta) homepage;
license = lib.licenses.bsd3;
maintainers = [ ];
inherit (wayland.meta) platforms;
badPlatforms = lib.platforms.darwin;
};
}
})