xsetroot: 1.1.3 -> 1.1.4 (#541688)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-15 15:22:22 +00:00
committed by GitHub

View File

@@ -12,11 +12,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xsetroot";
version = "1.1.3";
version = "1.1.4";
src = fetchurl {
url = "mirror://xorg/individual/app/xsetroot-${finalAttrs.version}.tar.xz";
hash = "sha256-YIG0Wp60Qm4EXSWdHhRLMkF/tjXluWqpBkc2WslmONE=";
hash = "sha256-ExWj9+mr4GNXNjuTRh4nJgH2ciXOC8B1xDDM41BzNis=";
};
strictDeps = true;